Transform > Transform Assembly Interfaces > ITsModelParam
Assembly: Transform;
The ITsModelParam interface is used to work with a parameter.
ITsModelParam
To work with the parameters collection, use the ITsModelParams interface.
Property name | Brief description | |
![]() |
The DataType property determines a data type of parameter. | |
![]() |
The DefaultValue property determines a default parameter value. | |
![]() |
The Hidden property determines whether parameter is hidden. | |
![]() |
The LinkedObject property determines a dictionary that is used to determine a parameter value. | |
![]() |
The LinkedObjectParams property returns the collection of parameter values that is used to open the linked dictionary. | |
![]() |
The ParamType property determines a parameter type. | |
![]() |
The SelectionAttrID property determines an identifier of the dimension attribute used for restoring selection. | |
![]() |
The Tag property determines the object that contains additional data about parameter. | |
![]() |
The Visible property determines whether the parameter is displayed on the parameters panel. |
Property name | Brief description | |
![]() |
Id | The Id property determines an object identifier. |
![]() |
Key | The Key property returns object key. |
![]() |
Name | The Name property determines an object name. |
See also: