Ms > Ms Assembly Interfaces > IMsModelParam
Assembly: Ms;
The IMsModelParam interface is used to work with metamodel parameter.
To work with the collection of parameters, use the IMsModelParams interface.
Property name | Brief description | |
![]() |
ObjectParam | The ObjectParam property determines the parameter, with which the current metamodel parameter is connected. |
![]() |
SelectionMode | The SelectionMode property determines the mode of selecting dictionary elements. |
Property name | Brief description | |
![]() |
DataType | The DataType property determines attribute data type. |
![]() |
DefaultValue | The DefaultValue property sets default parameter value. |
![]() |
Hidden | The Hidden property determines whether parameter is hidden. |
![]() |
LinkedObject | The LinkedObject property determines a dictionary that is used to determine the parameter value. |
![]() |
LinkedObjectParams | The LinkedObjectParams property returns the parameter values collection used for opening a linked dictionary. |
![]() |
ParamType | The ParamType property determines parameter type. |
![]() |
SelectionAttrID | The SelectionAttrID property determines an identifier of the dimension attribute used for restoring selection. |
![]() |
Tag | The Tag property determines the object containing the additional data about the parameter. |
![]() |
Visible | The Visible property determines whether a parameter will be displayed on the parameters panel. |
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: