IMsObjectParamValue

Assembly: Ms;

Description

The IMsObjectParamValue interface is used to work with the link between modeling parameter and repository object parameter value.

Inheritance Hierarchy

          IMsObjectParamValue

          INamedEntity

Comments

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

Properties

  Property name Brief description
LinkedModelParam Outdated. Use LinkedParam.
LinkedParam The LinkedParam property determines a modeling parameter, with which object parameter is linked.
ObjectParam The ObjectParam property returns value of the object parameter, with which modeling parameter is linked.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines the object identifier.
Key The Key property returns the object key.
Name The Name property determines the object name.

See also:

Ms Assembly Interfaces