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


ILasPointInfo.PointID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.PointID Property
ArcGIS Developer Help

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(
  System.Double* pID
);
[C++]
Parameters
pID [in]

pID is a parameter of type double pID [out, retval]
pID is a parameter of type double*

Product Availability

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

Description

PointID is the point record number in the LAS file. It's 1 based, meaning the first point record PointID is 1.

Remarks


[C#]
[C++]
[Visual Basic .NET]

See Also

ILasPointInfo Interface