Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsDimOpenParamValues interface is used to work with the collection of values of the parameter to open the parametric dimension.
IMsDimOpenParamValues
The interface is outdated.
| Property name | Brief description | |
| The Count property returns the number of values in the collection. | ||
| The Item property returns the specified value from collection. |
| Method name | Brief description | |
| The Add method adds the value of the parameter for the specified dimension. | ||
| The Clear method clears the collection of parameter values. | ||
| The FindByDimId method searches for the value of the parameter by the identifier of dimension. | ||
| The FindByDimKey method searches for the value of the parameter by the key of the dimension. | ||
| The Remove method removes the specified value from collection. | ||
| The RemoveByDimKey method removes the value of the parameter for the specified dimension. |
See also: