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


IHatchClass.Filter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchClass Interface > IHatchClass.Filter Property
ArcGIS Developer Help

IHatchClass.Filter Property

Query definition hatch class is defined by.

[Visual Basic .NET]
Public Property Filter As IQueryFilter
[C#]
public IQueryFilter Filter {get; set;}
[C++]
HRESULT get_Filter(
  IQueryFilter** ppQF
);
[C++]
HRESULT putref_Filter(
  IQueryFilter* ppQF
);
[C++]
Parameters
ppQF [out, retval]

ppQF is a parameter of type IQueryFilter** ppQF [in]
ppQF is a parameter of type IQueryFilter*

Product Availability

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

Remarks

The Filter property defines the query definition for a hatch class.

See Also

IHatchClass Interface