This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* b
);
[C++]
HRESULT put_RedrawDisplay(
VARIANT_BOOL b
);
[C++] Parameters b [out, retval]
b is a parameter of type bool* b [in]
b is a parameter of type bool
Setting the RedrawDisplay property to be true will redraw raster datasets in the display each time you pan or zoom; the default is false.