The IDefPrivateDimensions interface is used to work with the collection of indicator private dimensions.
IDefPrivateDimensions
The private dimensions collection is returned by the IDefIndicator.DefDimensions property.
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. |
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: