This document is archived and information here might be outdated.  Recommended version.


IGpPointObject.ID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpPointObject Interface > IGpPointObject.ID Property
ArcGIS Developer Help

IGpPointObject.ID Property

The ID coordinate.

[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
[C++]
HRESULT get_ID(
void
);
[C++]
HRESULT put_ID(
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpPointObject Interface