%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
scriptCommand Property
See Also 
vdWebLibrary Namespace > vdrawObj Class : scriptCommand Property
Returns the ScriptCommands object for selected document control.

Syntax

JScript 
public function get scriptCommand : ScriptCommands

Remarks

Before call any method of this property make sure that a document is selected SelectDocument When a new document selected by SelectDocument the scriptCommand will reference to a new empty ScriptCommands object

See Also