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


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

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(
  System.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