This document is archived and information here might be outdated. Recommended version. |
The query filter used to constrain the search.
[Visual Basic .NET] Public Property QueryFilter As IQueryFilter
[C#] public IQueryFilter QueryFilter {get; set;}
[C++]
HRESULT get_QueryFilter(
IQueryFilter** ppValue
);
[C++]
HRESULT putref_QueryFilter(
IQueryFilter* ppValue
);
[C++]
Parameters ppValue [out, retval]
ppValue is a parameter of type IQueryFilter** ppValue [in]
ppValue is a parameter of type IQueryFilter*
QueryFilter specifies an instance of QueryFilter or SpatialFilter used to constrain the input features.