Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The ITsModelParam interface is used to work with a parameter.
ITsModelParam
To work with collection of parameters use the ITsModelParams interface.
| Property name | Brief description | |
| The DataType property determines a data type of parameter. | ||
| The DefaultValue property sets default parameter value. | ||
| The Hidden property determines whether parameter is hidden. | ||
| The LinkedObject property determines dictionary used to determine parameter value. | ||
| The ParamType property determines parameter type. | ||
| The SelectionAttrID property determines identifier of the dimension attribute used for restoring selection. | ||
| The Tag property determines the object that contains additional data about parameter. |
See also: