ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasFile.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.

Description

The total number of point records in the las file regardless of return type or classification.

See Also

ILasFile Interface