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


IViewManager.TopFilterPhase 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.TopFilterPhase Property
ArcGIS Developer Help

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 [in]

phase is a parameter of type esriViewDrawPhase phase [out, retval]
phase is a parameter of type esriViewDrawPhase*

Product Availability

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

See Also

IViewManager Interface