ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / Propagator Class / PropagatorFunction Property

In This Topic
    PropagatorFunction Property
    In This Topic
    The function that is applied to the ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute to propagate the attribute downstream.
    Syntax
    public PropagatorFunction PropagatorFunction {get;}
    Public ReadOnly Property PropagatorFunction As PropagatorFunction
    Remarks
    For example, if propagating phase, this would be BitwiseAnd.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also