ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / NetworkAttributeComparison Class


In This Topic
    NetworkAttributeComparison Class Properties
    In This Topic

    For a list of all members of this type, see NetworkAttributeComparison members.

    Public Properties
     NameDescription
    Public PropertyThe ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute to use in the comparison.  
    Public Property The operator to use in the comparison (equals, less than, etc.).  
    Public PropertyThe second NetworkAttribute that should be compared to the first. If this value was not set in the constructor, this property returns null.  
    Public PropertyThe specific value to compare to the ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute. If this value was not set in the constructor, this property returns null.  
    Top
    See Also