ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / EditMode Enumeration

In This Topic
    EditMode Enumeration
    In This Topic
    The editing mode used when updating subnetworks.
    Syntax
    Members
    MemberDescription
    WithEventing Eventing will be used for subnetwork updates. This edit mode will execute geodatabase behavior (for example, attribute rules, editor tracking, and so on) when the subnetwork is updated.
    WithoutEventing Eventing will not be used for subnetwork updates. This edit mode only updates the subnetwork name and propagated values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.EditMode

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also