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


ILasPointInfo.NumberOfReturns Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.NumberOfReturns Property
ArcGIS Developer Help

ILasPointInfo.NumberOfReturns Property

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(
  System.Byte* pCount
);
[C++]
Parameters
pCount [in]

pCount is a parameter of type unsigned char pCount [out, retval]
pCount is a parameter of type unsigned char*

Product Availability

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

See Also

ILasPointInfo Interface