%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
isActive Method
See Also 
vdWebLibrary Namespace > ScriptCommands Class : isActive Method
Returns true is script is enable else false enableScript

Syntax

JScript 
public function isActive() : boolean;

Remarks

By default the script is enabled and isActive returns true.

See Also