Two sub-expressions combined together using a logical OR operator. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.7 |
Inherits: |
Properties
- leftExpression : UtilityTraceConditionalExpression
- rightExpression : UtilityTraceConditionalExpression
Signals
Detailed Description
Property Documentation
leftExpression : UtilityTraceConditionalExpression |
The left sub-expression.
This property can be set only during instantiation.
rightExpression : UtilityTraceConditionalExpression |
The right sub-expression.
This property can be set only during instantiation.
Signal Documentation
Emitted when the leftExpression property changes.
Note: The corresponding handler is onLeftExpressionChanged
.
Emitted when the rightExpression property changes.
Note: The corresponding handler is onRightExpressionChanged
.