ArcGIS Pro 2.8 API Reference Guide
NetworkAttributeComparison Constructor(NetworkAttribute,Operator,Object)

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > NetworkAttributeComparison Class > NetworkAttributeComparison Constructor : NetworkAttributeComparison Constructor(NetworkAttribute,Operator,Object)
The NetworkAttribute to use in the comparison.
The Operator to use (equals, less than, etc.).
The specific value that the NetworkAttribute should be compared against. This value cannot be null.
Initializes a new instance of the NetworkAttributeComparison class.
Syntax
public NetworkAttributeComparison( 
   NetworkAttribute networkAttribute,
   Operator comparisonOperator,
   object value
)
Public Function New( _
   ByVal networkAttribute As NetworkAttribute, _
   ByVal comparisonOperator As Operator, _
   ByVal value As Object _
)

Parameters

networkAttribute
The NetworkAttribute to use in the comparison.
comparisonOperator
The Operator to use (equals, less than, etc.).
value
The specific value that the NetworkAttribute should be compared against. This value cannot be null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

NetworkAttributeComparison Class
NetworkAttributeComparison Members
Overload List