This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.PointID Property (ArcObjects .NET 10.4 SDK) |
The 1-based point's record number.
[Visual Basic .NET] Public Property PointID As Double
[C#] public double PointID {get; set;}
[C++]
HRESULT get_PointID(
double* pID
);
[C++]
HRESULT put_PointID(
double pID
);
[C++]
Parameters pID [out, retval] pID is a parameter of type double pID [in] pID is a parameter of type double