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 .NET]
Public Property TopFilterPhase As esriViewDrawPhase
[C#]
public esriViewDrawPhase TopFilterPhase {get; set;}
[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