ArcObjects Library Reference (Location)  

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