EaxDimBarMaster.clearDims

Syntax

clearDims();

Description

The clearDims method recreates dimensions in selection wizard.

Example

Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Then recreate all dimensions:

// Get selection wizard view
var dimBarMaster = expressBox.getPropertyBarView().getDimBarMasterView();
dimBarMaster.clearDims();

After executing the example all dimensions in the selection wizard are removed, and then added again.

See also:

EaxDimBarMaster