ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.PointArray Property

The array of Points, output.

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

[C++]
HRESULT get_PointArray(
  IArray** CoordinatePoints
);
[C++]
HRESULT put_PointArray(
  IArray* CoordinatePoints
);
[C++]

Parameters

CoordinatePoints [out, retval]

  CoordinatePoints is a parameter of type IArray

CoordinatePoints [in]

  CoordinatePoints is a parameter of type IArray

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The PointArray property can be used to set or get the values of an array of coordinates. Array inputs are mapped one-to-one to array outputs

See Also

ICoordinate Interface