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


ILasHeaderInfo.NumberOfPointRecords Property (ArcObjects .NET 10.4 SDK)
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