Assembly: Ms;
The IMsObjectParamValues interface is used to work with the collection of links between modeling parameters and values of repository object opening parameters.
IMsObjectParamValues
To work with the collection of links between modeling parameters and several repository objects, use properties the IMsObjectParams interface.
Property name | Brief description | |
Count | The Count property returns the number of links in the collection. | |
Item | The Item property returns the link from the collection. | |
Object | The Object property returns the repository object, which parameters' links are set up. |
Method name | Brief description | |
FindByKey | The FindByKey method finds object parameter link by key. | |
GetMetabaseParamValues | The GetMetabaseParamValues method gets the collection of repository object parameters. |
See also: