This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpPointObject Interface > IGpPointObject.ID Property (ArcObjects .NET 10.4 SDK) |
The ID coordinate.
[Visual Basic .NET] Public Property ID As Integer
[C#] public int ID {get; set;}
[C++]
HRESULT get_ID(
long* ID
);
[C++]
HRESULT put_ID(
long ID
);
[C++]
Parameters ID [out, retval] ID is a parameter of type long ID [in] ID is a parameter of type long