IMsObjectParamValues

Assembly: Ms;

Description

The IMsObjectParamValues interface is used to work with the collection of links between modeling parameters and values of repository object opening parameters.

Inheritance Hierarchy

          IMsObjectParamValues

Comments

To work with the collection of links between modeling parameters and several repository objects, use properties the IMsObjectParams interface.

Properties

  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.

Methods

  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:

Ms Assembly Interfaces