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


ILasFile.GetNumberOfPointsByReturn Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.GetNumberOfPointsByReturn Method
ArcGIS Developer Help

ILasFile.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
);
[C++]
Parameters
ReturnNumber [in]

ReturnNumber is a parameter of type long

Product Availability

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

Description

The number of points in the las file with the specified return.

returnNumber is the return for which you want to get a count. The valid range is 1-5.

See Also

ILasFile Interface