Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsIteratorDimOpenParams interface is used to work with the collection of parameters used to work with metamodel cycle.
IMsIteratorDimOpenParams
To work with collection of parameters used to open dimension, the IMsDimOpenStubParamValues interface is used.
Property name | Brief description | |
The Count property returns the number of parameters in the collection. | ||
The Item property returns the specified parameter from collection. |
Method name | Brief description | |
Add | The Add method adds parameter to the collection. | |
Clear | The Clear method clears the collection of parameters. | |
FindByKey | The FindByKey method searches parameter for the specified cycle of metamodel. | |
Remove | The Remove method removes parameter with specified index from collection. | |
The RemoveByKey method removes parameter for the specified cycle of metamodel from collection. |
See also: