Parameters
This display shows input and output parameters of calculations and allows you to monitor them.
| Property | Data Type | Description |
|---|---|---|
| Name | String | The name with which the parameter is used in the CalcDefinition code. |
| Definition | ref. CalcDefinition | Reference to the CalcDefinition to which this parameter belongs. |
| Type | ref. CalcParameterType | Reference to the CalcParameterType that defines the compile-time type of this parameter. |
| ArrayDimensions | Int32 | The number of desired array dimensions in the parameter type. If the parameter is not supposed to be an array, set to 0. |
| IsOutput | Boolean | Shows whether this parameter is an output or not. |
Updated 1 day ago
