Namespace: PP.Mb;
DimSelectionSet
PP.initClass(PP.Mb.DimSelectionSet, PP.Object, "PP.Mb.DimSelectionSet");
The DimSelectionSet class is a dimensions collection that represents a repository object.
| Constructor name | Brief description | |
| DimSelectionSet | The DimSelectionSet constructor creates an instance of the DimSelectionSet class. |
| Property name | Brief description | |
| OdId | The OdId property sets moniker for the dimensions collection. |
| Method name | Brief description | |
| addItemByDim | The addItemByDim method adds a dimension to the collection that is a repository object. | |
| clearItems | The clearItems method removes all dimensions from the collection that is a repository object. | |
| getItem | The getItem method returns a dimension from the collection by its key. | |
| getItems | The getItems method returns dimensions array from the collection that is a repository object. |
| Property name | Brief description | |
| Data | The Data property associates a random object with this component. | |
| Id | The Id property sets component identifier. | |
| Settings | The Settings property sets the component parameters. |
| Method name | Brief description | |
| clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
| dispose | The dispose method deletes the component. | |
| getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
See also: