%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
ActiveAction Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : ActiveAction Method
Returnes the active action (check BaseActionObj) of the document.

Syntax

JScript 
public function ActiveAction() : BaseActionObj;

Return Value

The active action object if there is one.

See Also