ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.Point Property

Coordinate value as Point Property.

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

[C++]
HRESULT get_Point(
  IPoint** pipPoint
);
[C++]
HRESULT put_Point(
  IPoint* pipPoint
);
[C++]

Parameters

pipPoint [out, retval]

  pipPoint is a parameter of type IPoint

pipPoint [in]

  pipPoint is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The Point property can be used to set or get the coordinate's value.

Remarks

The spatial reference of the Point object is NOT USED instead set the InputSpatialReference and OutputSpatialReference properties

See Also

ICoordinate Interface