Indicates whether the display should redraw the layer.
[Visual Basic .NET] Public Property RedrawDisplay As Boolean
[C#] public bool RedrawDisplay {get; set;}
[C++]
HRESULT get_RedrawDisplay(
VARIANT_BOOL* b
);
[C++]
HRESULT put_RedrawDisplay(
VARIANT_BOOL b
);
[C++]Parameters
b [out, retval] b is a parameter of type VARIANT_BOOL b [in] b is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Setting the RedrawDisplay property to be true will redraw raster datasets in the display each time you pan or zoom; the default is false.