ArcObjects Library Reference  (Carto)    

IViewManager.TopFilterPhase Property

The highest phase in the drawing order that uses a display filter. Clients should set this when they draw in response to AfterDraw and they use a display filter.

[Visual Basic 6.0]
Property TopFilterPhase As esriViewDrawPhase
[Visual Basic .NET]
Public Property TopFilterPhase As esriViewDrawPhase
[C#]
public esriViewDrawPhase TopFilterPhase {get; set;}
[Java]
public esriViewDrawPhase getTopFilterPhase()
throws
    IOException,
    AutomationException
[Java]
public void setTopFilterPhase(
esriViewDrawPhase psriViewDrawPhase
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_TopFilterPhase(
  esriViewDrawPhase* phase
);
[C++]
HRESULT put_TopFilterPhase(
  esriViewDrawPhase phase

);

[C++]

Parameters

phase [out, retval]

  phase is a parameter of type esriViewDrawPhase

phase [in]

  phase is a parameter of type esriViewDrawPhase

Product Availability

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

See Also

IViewManager Interface

 


Feedback Send feedback on this page