ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / NetworkAttributeComparison Class / NetworkAttributeComparison Constructor / NetworkAttributeComparison Constructor(NetworkAttribute,Operator,NetworkAttribute)
The NetworkAttribute to use in the comparison.
The Operator to use in the comparison (equals, less than, etc.).
A second NetworkAttribute that should be compared to the first.

In This Topic
    NetworkAttributeComparison Constructor(NetworkAttribute,Operator,NetworkAttribute)
    In This Topic
    Initializes a new instance of the NetworkAttributeComparison class.
    Syntax

    Parameters

    networkAttribute
    The NetworkAttribute to use in the comparison.
    comparisonOperator
    The Operator to use in the comparison (equals, less than, etc.).
    otherNetworkAttribute
    A second NetworkAttribute that should be compared to the first.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also