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 6.0]
Property TopFilterIndex As Long
[Visual Basic .NET]
Public Property TopFilterIndex As Integer
[C#]
public int TopFilterIndex {get; set;}
[Java]
public int getTopFilterIndex()
throws
    IOException,
    AutomationException
[Java]
public void setTopFilterIndex(
Long TopFilterIndex
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page