This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainLasDataInfo Interface > ITerrainLasDataInfo.GetNumberOfPointsByReturn Method (ArcObjects .NET 10.4 SDK) |
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