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

In This Topic
    Operator Property (Propagator)
    In This Topic
    The filter operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified Value.
    Syntax
    public Operator Operator {get;}
    Public ReadOnly Property Operator As Operator
    Remarks
    For example, if propagating phase, this would be BitwiseAny.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also