The number of points in the LAS file based on the specified LiDAR return number.
[Visual Basic .NET] Public Function GetNumberOfPointsByReturn ( _ ByVal returnNumber As Integer _ ) As Integer
[C#] public int GetNumberOfPointsByReturn ( int returnNumber );
[C++]
HRESULT GetNumberOfPointsByReturn(
long returnNumber,
long* pcPoints
);
[C++]Parameters
returnNumber [in] returnNumber is a parameter of type long pcPoints [out, retval] pcPoints is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.