DimSelectionSet.getItem

Syntax

getItem(key: Number);

Parameters

key. Dimension key.

Description

The getItem method returns a dimension from collection by its key.

Comments

This method returns an object of the PP.Mb.DimSelection type.

Example

The example of use is given in the page with description of the DimSelectionSet.addItemByDim method.

See also:

DimSelectionSet