ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.StringArray Property

The array of formatted strings, output.

ERROR: Syntax information about ICoordinate.StringArray may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_StringArray(
  IStringArray** CoordinateStrings
);
[C++]
HRESULT put_StringArray(
  IStringArray* CoordinateStrings
);
[C++]

Parameters

CoordinateStrings [out, retval]

  CoordinateStrings is a parameter of type IStringArray

CoordinateStrings [in]

  CoordinateStrings is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The StringArray property can be used to set or get the values of an array of coordinates. If used for input the array will be parsed and the results will be available using the StringArray and PointArray properties. When used for output the StringArray property holds a normalised representation of the coordinates. Array inputs are mapped one-to-one to array outputs.

See Also

ICoordinate Interface