ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* pcRecords
);
[C++]

Parameters

pcRecords [out, retval]   pcRecords is a parameter of type long

Product Availability

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

See Also

ITerrainLasDataInfo Interface