The IDefDrillDimensionParameterValues interface is used to work with the collection of settings for managing parameters of object opened on drill down.
IDefDrillDimensionParameterValues
Parameter settings can be obtained using the IDefDrillDimension.ParameterValues or IDefDrillDimensionLevel.ParameterValues property.
Property name | Brief description | |
Count | The Count property returns the number of parameters, for which management is to be set up. | |
Item | The Item property returns settings for managing parameter with the specified index. | |
ItemById | The ItemById property returns settings for managing parameter with the specified identifier. |
Method name | Brief description | |
Clear | The Clear method resets all settings for managing parameters of opened object. |
See also: