Parameters

This display shows input and output parameters of calculations and allows you to monitor them.

PropertyData TypeDescription
NameStringThe name with which the parameter is used in the CalcDefinition code.
Definitionref. CalcDefinitionReference to the CalcDefinition to which this parameter belongs.
Typeref. CalcParameterTypeReference to the CalcParameterType that defines the compile-time type of this parameter.
ArrayDimensionsInt32The number of desired array dimensions in the parameter type. If the parameter is not supposed to be an array, set to 0.
IsOutputBooleanShows whether this parameter is an output or not.