Interface ModelCenter::IVariableDescription
Last update: 18.06.2026
Definition: ModelCenter/src/ModelCenter.odl (line 5973)
COM Instance.
Members
Properties
Property name
Definition: ModelCenter/src/ModelCenter.odl (line 1)
BSTR ModelCenter::IVariableDescription::name
Name of the variable.
Return type: BSTR
Property fullName
Definition: ModelCenter/src/ModelCenter.odl (line 1)
BSTR ModelCenter::IVariableDescription::fullName
Full ModelCenter path of the variable.
Return type: BSTR
Property state
Definition: ModelCenter/src/ModelCenter.odl (line 1)
short ModelCenter::IVariableDescription::state
State of the variable.
Possible states:
-
0 (INPUT)
-
1 (OUTPUT)
Return type: short
Property units
Definition: ModelCenter/src/ModelCenter.odl (line 1)
BSTR ModelCenter::IVariableDescription::units
Units of the variable.
Return type: BSTR
Property isCustom
Definition: ModelCenter/src/ModelCenter.odl (line 1)
boolean ModelCenter::IVariableDescription::isCustom
Whether or not the variable is custom.
Return type: boolean
Property equation
Definition: ModelCenter/src/ModelCenter.odl (line 1)
BSTR ModelCenter::IVariableDescription::equation
Equation of the variable.
Return type: BSTR
Property type
Definition: ModelCenter/src/ModelCenter.odl (line 1)
BSTR ModelCenter::IVariableDescription::type
Type of the variable.
Return type: BSTR
Property isNumeric
Definition: ModelCenter/src/ModelCenter.odl (line 1)
boolean ModelCenter::IVariableDescription::isNumeric
Whether or not the variable is numeric.
Return type: boolean