Assembly: Ms;
The IMsObjectParams interface describes the collection of links between modeling parameters and several repository objects.
IMsObjectParams
To work with the link between a parameter and a repository object parameter value, use the IMsObjectParamValue interface.
Property name | Brief description | |
Count | The Count property returns the number of links in the collection. | |
Item | The Item property returns the link between modeling parameters and collection object parameters. |
Method name | Brief description | |
Add | The Add method adds a new collection of links between modeling parameters and object parameters. | |
Clear | The Clear method clears the links collection. | |
FindByKey | The FindByKey method searches for the links collection by repository object key. | |
Remove | The Remove method removes the link from the collection. | |
RemoveByKey | The RemoveByKey method removes the link from the collection by its key. |
See also: