DefineConstant
Defines a floating point constant that can be used in expressions. A constant value is a value that cannot be changed.
Properties
Name
The name of the constant.
Value
The value of the constant. Examples of how to use a constant in an expression: "CurrentModel.Velocity.X=MyConst.Value;" or "Temp1=MyConst;".