ArcGIS Pro 2.6 API Reference Guide
EditMode Enumeration

ArcGIS.Core.Data.UtilityNetwork Namespace : EditMode Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork Namespace