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
The interface is outdated.
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: