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


ILasAttributeRenderer.Filter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILasAttributeRenderer Interface > ILasAttributeRenderer.Filter Property
ArcGIS Developer Help

ILasAttributeRenderer.Filter Property

The LAS query filter.

[Visual Basic .NET]
Public Property Filter As ILasPointFilter
[C#]
public ILasPointFilter Filter {get; set;}
[C++]
HRESULT get_Filter(
  ILasPointFilter* ppFilter
);
[C++]
HRESULT putref_Filter(
  ILasPointFilter** ppFilter
);
[C++]
Parameters
ppFilter [in]

ppFilter is a parameter of type ILasPointFilter* ppFilter [out, retval]
ppFilter is a parameter of type ILasPointFilter**

Product Availability

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

Description

Filter is an ILasPointFilter

See Also

ILasAttributeRenderer Interface