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


In This Topic
    Propagator Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyThe ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute to propagate downstream from the source.  
    Public PropertyThe filter operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified Value.  
    Public Property The field on the domain network feature classes where the propagated value is stored.  
    Public PropertyThe function that is applied to the ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute to propagate the attribute downstream.  
    Public PropertyGets or sets a ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute that maps each bit in another bitset network attribute value to a new value.  
    Public Property The value that is compared against the propagated value when executing the trace.  
    Top
    See Also