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


IRasterCatalogDisplayProps.DelayDraw 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.DelayDraw Property
ArcGIS Developer Help

IRasterCatalogDisplayProps.DelayDraw Property

The time in millisecond to delay the drawing of each raster.

[Visual Basic .NET]
Public Property DelayDraw As Integer
[C#]
public int DelayDraw {get; set;}
[C++]
HRESULT get_DelayDraw(
  System.Int32* ms
);
[C++]
HRESULT put_DelayDraw(
  long ms
);
[C++]
Parameters
ms [out, retval]

ms is a parameter of type long* ms [in]
ms is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The DelayDraw property controls the time interval in millisecond between drawing raster datasets. The default is set to 0. If the DelayDraw is set to a value that is less than the time that takes to draw one raster dataset, you will not see the difference by setting this delay property. You might want to increase this delay value to adjust to your application.

See Also

IRasterCatalogDisplayProps Interface