Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsDimOpenStubParamValues interface is used to work with the collection of parameters, which are used to open the objects with parametric dimensions.
IMsDimOpenStubParamValues
Parameters for opening objects with parametric dimensions are supported only for the internal models included in the metamodel.
To get the collection of metamodel parameters, use the IMsMetaModel.DimOpenStubParamValues property.
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 | |
The Add method adds parameter to the collection. | ||
The Clear method clears the collection of parameters. | ||
The FindByStubKey method searches for the parameter for the specified repository object. | ||
The Remove method removes the specified parameter from collection. | ||
The RemoveByStubKey method removes the parameter for the specified repository object. |
See also: