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


ILasHeaderInfo.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 > ILasHeaderInfo Interface > ILasHeaderInfo.NumberOfPointRecords Property
ArcGIS Developer Help

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

See Also

ILasHeaderInfo Interface