JavaScript
A5.ViewBoxclearState Method
Syntax
A5.ViewBox.clearState()
Description
Clear all state information. This can be used to reset the state, since the A5.ViewBox.setState method will not delete items in the state information, only overwrite them,
Example
// To get a pointer to the A5.ViewBox class see {dialog.object}.getControl // assume vbObj is a pointer to an instance of the A5.ViewBox class vbObj.clearState();