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


IRasterCatalogDisplayProps.RedrawDisplay Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterCatalogDisplayProps Interface > IRasterCatalogDisplayProps.RedrawDisplay Property
ArcGIS Developer Help

IRasterCatalogDisplayProps.RedrawDisplay Property

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

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.

See Also

IRasterCatalogDisplayProps Interface