IDefDimensions

Description

The IDefDimensions interface is used to work with the collection of table area dimensions.

Inheritance Hierarchy

IDefDimensions

Comments

The dimensions collection can be obtained in the IDefTableArea.DefDimensions property.

Properties

  Property name Brief description
Count The Count property returns the number of dimensions in the collection.
Item The Item property returns parameters of dimension with the specified index.
ItemByKey The ItemByKey property returns dimension parameters by dictionary key.

Methods

  Method name Brief description
AddItem The AddItem method adds a dimension based on repository dictionary with the specified key to the collection.
RemoveItem The RemoveItem method removes the dimension with the specified key from the collection.
Swap The Swap method swaps two specified dimensions.

See also:

Interfaces