This document is archived and information here might be outdated.  Recommended version.


IViewManager.TopFilterIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewManager Interface > IViewManager.TopFilterIndex Property
ArcGIS Developer Help

IViewManager.TopFilterIndex Property

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(
  System.Int32* phaseIndex
);
[C++]
Parameters
phaseIndex [in]

phaseIndex is a parameter of type long phaseIndex [out, retval]
phaseIndex is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IViewManager Interface