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


IViewRefresh.ProgressiveDrawing Property (ArcObjects .NET 10.5 SDK)
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 .NET]
Public Property ProgressiveDrawing As Boolean
[C#]
public bool ProgressiveDrawing {get; set;}
[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