%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetDefaultTimeOutMilliseconds Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetDefaultTimeOutMilliseconds Method
timeout
The timeout in milliseconds.
Sets the default time out in milliseconds. Default time out is the time that the component waits after a draw action in order to start redrawing the entities. This happens for usability reasons, panning and scrolling are smoother.

Syntax

JScript 
public function SetDefaultTimeOutMilliseconds( 
   timeout : int
);

Parameters

timeout
The timeout in milliseconds.

See Also