The return numbers.
[Visual Basic .NET] Public Property Returns As ILongArray
[C#] public ILongArray Returns {get; set;}
[C++]
HRESULT get_Returns(
ILongArray** ppReturns
);
[C++]
HRESULT put_Returns(
ILongArray* ppReturns
);
[C++]Parameters
ppReturns [out, retval]ppReturns is a parameter of type ILongArray
ppReturns [in]ppReturns is a parameter of type ILongArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns is a LongArray containing the lidar return numbers of interest. Any point with a return equal to one of the values in the passed array is considered for inclusion by the filter. The valid return number range is 1-5.