Dimension.selectEl

Syntax

selectEl(key: String, doCheck: Boolean);

Parameters

key. Key of the element, for which selection is set.

doCheck. Indicates if element selection state is checked. If the value is True, element selection state is checked, otherwise it is not.

Description

The selectEl method sets element selection.

Example

The example of method use is given in description of the Dimension.deselectEl method.

See also:

Dimension