ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.NumberOfPointRecords Property

The number of points in the LAS file.

[Visual Basic .NET]
Public ReadOnly Property NumberOfPointRecords As Double
[C#]
public double NumberOfPointRecords {get;}
[C++]
HRESULT get_NumberOfPointRecords(
  double* pcRecords
);
[C++]

Parameters

pcRecords [out, retval]   pcRecords is a parameter of type double

Product Availability

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

See Also

ILasHeaderInfo Interface