This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewManager Interface > IViewManager.TopFilterIndex Property (ArcObjects .NET 10.5 SDK) |
Phase index that supplements TopFilterPhase. Clients should set the item index here if they draw in response to AfterDrawItem and they use a display filter. TopFilterPhase must also be specified.
[Visual Basic .NET] Public Property TopFilterIndex As Integer
[C#] public int TopFilterIndex {get; set;}
[C++]
HRESULT get_TopFilterIndex(
long* phaseIndex
);
[C++]
HRESULT put_TopFilterIndex(
long phaseIndex
);
[C++]
Parameters phaseIndex [out, retval] phaseIndex is a parameter of type long phaseIndex [in] phaseIndex is a parameter of type long