This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchClass Interface > IHatchClass.Filter Property (ArcObjects .NET 10.4 SDK) |
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
The Filter property defines the query definition for a hatch class.