IDefPrivateDimensions

Description

The IDefPrivateDimensions interface is used to work with the collection of indicator private dimensions.

Inheritance Hierarchy

IDefPrivateDimensions

Comments

The private dimensions collection is returned by the IDefIndicator.DefDimensions property.

Properties

  Property name Brief description
Count The Count property returns the number of private dimensions in the collection.
Item The Item property returns parameters of the specified private dimension.

Methods

  Method name Brief description
ItemByKey The ItemByKey method returns parameters of private dimension with the specified key.
Swap The Swap method swaps two specified dimensions.

See also:

Interfaces