Utility Trace Function Barrier
An UtilityTraceFunctionBarrier stops continued traversal when a comparison expression evaluates as true. An UtilityTraceFunctionBarrier performs a comparison expression between the current results of an UtilityTraceFunction and a given value. Remember that an UtilityTraceFunction references an UtilityNetworkAttribute and a calculation that is applied to it (Min, Max, Count, etc.) Once the comparison evaluates as true, network traversal stops.
Since
200.1.0
Constructors
Creates a barrier that stops tracing when an UtilityTraceFunction compared to a value evaluates to true.
Properties
The operator used for the comparison.
The calculation to perform.
The value to compare against. The type of this numeric value is dependent on the UtilityNetworkAttributeDataType of the UtilityNetworkAttribute.