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


IViewRefresh.Drawing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewRefresh Interface > IViewRefresh.Drawing Property
ArcGIS Developer Help

IViewRefresh.Drawing Property

Indicates whether the view is currently drawing or not.

[Visual Basic .NET]
Public ReadOnly Property Drawing As Boolean
[C#]
public bool Drawing {get;}
[C++]
HRESULT get_Drawing(
  Boolean* Drawing
);
[C++]
Parameters
Drawing [out, retval]

Drawing is a parameter of type bool*

Product Availability

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

See Also

IViewRefresh Interface