The ExpressionEngine type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AngleMode |
AngleMode value to be used for all trigonometrical calculations
| |
| Description |
Optional description for the instance
| |
| Estimate |
Estimate value to be used for comparison evaluations such as Equal, NotEqual, GreaterEqual and LessEqual
Field ValueType:double | |
| FormulaCount |
Number of expressions stored within the instance. Ternary expressions are not included.
| |
| FormulaList |
Collection of expressions stored within the instance. Ternary expressions are not included.
| |
| InstanceId |
Unique object identifier generated once when the object is created.
Used internally to support an instance tree belongs to several users. May be set via object initializer only. | |
| Name |
Optional name for the instance
| |
| ParameterCount |
Number of parameters stored within the instance.
| |
| ParameterList |
Collection of parameters defined for the instance.
| |
| RegisteredFunctionCount |
Number of built-in functions supported by the engine
| |
| RegisteredFunctionList |
Collection of standard built-in mathematical functions supported by the engine
| |
| SessionId |
Unique identifier describes the session that current instance belongs
Used internally to support an instance tree belongs to several users and their sessions. May be set via object initializer only. | |
| StandardConstantCount |
Number of standard constants supported by the engine
| |
| StandardConstantList |
Collection of standard constants supported by the engine
| |
| StopReason |
The property stored last error occurred while object instance is used
| |
| TernaryExpressionCount |
Number of ternary expressions stored within the instance
| |
| TernaryExpressionList |
Collection of ternary expressions stored within the instance
|
See Also