This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewManager Interface > IViewManager.TopFilterPhase Property (ArcObjects .NET 10.4 SDK) |
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