Indicates whether the display should redraw the layer.
[Visual Basic 6.0] Property RedrawDisplay As Boolean
[Visual Basic .NET] Public Property RedrawDisplay As Boolean
[C#] public bool RedrawDisplay {get; set;}
[Java] public boolean isRedrawDisplay() throws IOException, AutomationException
[Java] public void setRedrawDisplay( boolean RedrawDisplay ) throws IOException, AutomationException
[C++]
HRESULT get_RedrawDisplay(
VARIANT_BOOL* b
);
[C++] HRESULT put_RedrawDisplay( VARIANT_BOOL b);
Parameters
b [out, retval]
b is a parameter of type VARIANT_BOOL
b [in]
b is a parameter of type VARIANT_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.