Show / Hide Table of Contents

Constructor UtilityTraceFunctionBarrier

UtilityTraceFunctionBarrier(UtilityTraceFunction, UtilityAttributeComparisonOperator, Object)

Initializes a new instance of the UtilityTraceFunctionBarrier class that stops tracing when a UtilityTraceFunction compared to a value evaluates to true.

Declaration
public UtilityTraceFunctionBarrier(UtilityTraceFunction traceFunction, UtilityAttributeComparisonOperator comparisonOperator, object value)
Parameters
Type Name Description
UtilityTraceFunction traceFunction

The calculation to perform.

UtilityAttributeComparisonOperator comparisonOperator

The operator used for the comparison.

System.Object value

The value to compare against. The type of this numeric value is dependent on the UtilityNetworkAttributeDataType of the UtilityNetworkAttribute.

Remarks

The data type of value is dependent on the UtilityNetworkAttributeDataType of the NetworkAttribute of its traceFunction.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.7 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.7 - 200.8
Xamarin.Android100.7 - 100.15
Xamarin.iOS100.7 - 100.15
UWP100.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.