This document is archived and information here might be outdated. Recommended version. |
Prepares the query filter for the rendering process.
[Visual Basic .NET] Public Sub PrepareFilter ( _ ByVal fc As IFeatureClass, _ ByVal queryFilter As IQueryFilter _ )
[C#] public void PrepareFilter ( IFeatureClass fc, IQueryFilter queryFilter );
[C++]
HRESULT PrepareFilter(
IFeatureClass* fc,
IQueryFilter* queryFilter
);
[C++] Parameters fc [in]
fc is a parameter of type IFeatureClass* queryFilter [in]
queryFilter is a parameter of type IQueryFilter*