ArcObjects Library Reference  (Carto)    

IViewRefresh.Drawing Property

Indicates whether the view is currently drawing or not.

[Visual Basic 6.0]
Property Drawing As Boolean
[Visual Basic .NET]
Public ReadOnly Property Drawing As Boolean
[C#]
public bool Drawing {get;}
[Java]
public boolean isDrawing()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Drawing(
  VARIANT_BOOL* Drawing
);
[C++]

Parameters

Drawing [out, retval]

  Drawing is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IViewRefresh Interface

 


Feedback Send feedback on this page