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


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

IViewManager.ExternalDrawing Property

Indicates if external clients are drawing in response to the specified phase.

[Visual Basic .NET]
Public Function get_ExternalDrawing ( _
    ByVal phase As esriViewDrawPhase _
) As Boolean
[Visual Basic .NET]
Public Sub set_ExternalDrawing ( _
    ByVal phase As esriViewDrawPhase, _
    ByVal ExternalDrawing As Boolean _
)
[C#]
public bool get_ExternalDrawing (
    esriViewDrawPhase phase
);
[C#]
public void set_ExternalDrawing (
    esriViewDrawPhase phase,
    bool ExternalDrawing
);
[C++]
HRESULT get_ExternalDrawing(
  esriViewDrawPhase phase,
  Boolean* ExternalDrawing
);
[C++]
HRESULT put_ExternalDrawing(
  esriViewDrawPhase phase,
  VARIANT_BOOL ExternalDrawing
);
[C++]
Parameters
phase [in]

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

Product Availability

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

See Also

IViewManager Interface