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


IMap.DelayDrawing Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.DelayDrawing Method
ArcGIS Developer Help

IMap.DelayDrawing Method

Suspends drawing.

[Visual Basic .NET]
Public Sub DelayDrawing ( _
    ByVal delay As Boolean _
)
[C#]
public void DelayDrawing (
    bool delay
);
[C++]
HRESULT DelayDrawing(
  VARIANT_BOOL delay
);
[C++]
Parameters
delay [in]

delay is a parameter of type bool

Product Availability

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

See Also

IMap Interface