ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.PointID Property

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

Product Availability

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

See Also

ILasPointInfo Interface