This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackSymbologyRenderer Interface > ITrackSymbologyRenderer.PrepareFilter Method (ArcObjects .NET 10.4 SDK) |
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