%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
enableScript Method
See Also 
vdWebLibrary Namespace > ScriptCommands Class : enableScript Method
bEnable
True to enable , False to disable writing script commands buffer
Enable / Disable the writing to script commands buffer

Syntax

JScript 
public function enableScript( 
   bEnable : boolean
) : boolean;

Parameters

bEnable
True to enable , False to disable writing script commands buffer

Return Value

The previous selected value

Remarks

By default the script is enabled.

See Also