ArcObjects Library Reference (Carto)  

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(
  long phaseIndex
);
[C++]

Parameters

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

Product Availability

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

See Also

IViewManager Interface