ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.GetNumberOfPointsByReturn Method

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 Double
[C#]
public double GetNumberOfPointsByReturn (
    int ReturnNumber
);
[C++]
HRESULT GetNumberOfPointsByReturn(
  long ReturnNumber,
  double* pcPoints
);
[C++]

Parameters

ReturnNumber [in]   ReturnNumber is a parameter of type long pcPoints [out, retval]   pcPoints is a parameter of type double

Product Availability

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

See Also

ILasHeaderInfo Interface