This document is archived and information here might be outdated. Recommended version. |
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.