This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.NumberOfReturns Property (ArcObjects .NET 10.4 SDK) |
The number of returns.
[Visual Basic .NET] Public Property NumberOfReturns As Byte
[C#] public byte NumberOfReturns {get; set;}
[C++]
HRESULT get_NumberOfReturns(
Byte* pCount
);
[C++]
HRESULT put_NumberOfReturns(
Byte pCount
);
[C++]
Parameters pCount [out, retval] pCount is a parameter of type Byte pCount [in] pCount is a parameter of type Byte