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


ITerrainLasDataInfo.GetNumberOfPointRecords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainLasDataInfo Interface > ITerrainLasDataInfo.GetNumberOfPointRecords Method
ArcGIS Developer Help

ITerrainLasDataInfo.GetNumberOfPointRecords Method

The number of points in the LAS file.

[Visual Basic .NET]
Public Function GetNumberOfPointRecords ( _
) As Integer
[C#]
public int GetNumberOfPointRecords (
);
[C++]
HRESULT GetNumberOfPointRecords(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITerrainLasDataInfo Interface