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


In This Topic
    NetworkAttributeComparison Class Members
    In This Topic

    The following tables list the members exposed by NetworkAttributeComparison.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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
    Public Methods
     NameDescription
    Public MethodOverridden.  Gets a text representation of this object.  
    Top
    See Also