ArcObjects Library Reference  (Carto)    

IViewRefresh.ProgressiveDrawing Property

Indicates whether the view should progressively update the window during drawing. False means just update the window once when all rendering is complete.

[Visual Basic 6.0]
Property ProgressiveDrawing As Boolean
[Visual Basic .NET]
Public Property ProgressiveDrawing As Boolean
[C#]
public bool ProgressiveDrawing {get; set;}
[Java]
public boolean isProgressiveDrawing()
throws
    IOException,
    AutomationException
[Java]
public void setProgressiveDrawing(
boolean ProgressiveDrawing
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ProgressiveDrawing(
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_ProgressiveDrawing(
  VARIANT_BOOL flag

);

[C++]

Parameters

flag [out, retval]

  flag is a parameter of type VARIANT_BOOL

flag [in]

  flag 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