This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.NumberOfPointRecords Property (ArcObjects .NET 10.5 SDK) |
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
The total number of point records in the las file regardless of return type or classification.