Defines the various ways to define the values of a variable.
Declaration Syntax
public enum VariableDefinitionType
Table 81: Members
Member |
Discrete |
The variable is defined with a set of discrete values. |
Member |
Formula |
The variable is defined with an expression that can involve other variables. |
Member |
Free |
The variable represents a free DOF. |