This document is archived and information here might be outdated. Recommended version. |
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
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.