This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterCatalogDisplayProps Interface > IRasterCatalogDisplayProps.RedrawDisplay Property (ArcObjects .NET 10.4 SDK) |
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
Setting the RedrawDisplay property to be true will redraw raster datasets in the display each time you pan or zoom; the default is false.