ArcGIS Pro 2.9 API Reference Guide
FunctionBarrier Constructor

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > FunctionBarrier Class : FunctionBarrier Constructor
The Function that is used to calculate a value.
The Operator that is used to perform the comparison (equals, less than etc.).
The value that the functional expression is compared against.
Initializes a new instance of the FunctionBarrier class.
Syntax
Public Function New( _
   ByVal function As Function, _
   ByVal comparisonOperator As Operator, _
   ByVal value As Double _
)

Parameters

function
The Function that is used to calculate a value.
comparisonOperator
The Operator that is used to perform the comparison (equals, less than etc.).
value
The value that the functional expression is compared against.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

FunctionBarrier Class
FunctionBarrier Members