ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  Byte pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type Byte pCount [in]   pCount is a parameter of type Byte

Product Availability

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

See Also

ILasPointInfo Interface