ArcObjects Library Reference (Carto)  

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(
  long* 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