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


ILasAttributeFilter.Returns Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasAttributeFilter.Returns Property

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 esriTerrainLasReturnType values. Any point with a return equal to one of the values in the passed array is considered for inclusion by the filter. If no array is set for this property points with any return type can pass through the filter.

See Also

ILasAttributeFilter Interface