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

In This Topic
    UpdateSubnetworkPolicy Enumeration
    In This Topic
    Describes how subnetwork names are promulgated to associated features.
    Syntax
    public enum UpdateSubnetworkPolicy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum UpdateSubnetworkPolicy 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Containers Subnetwork names are promulgated to containers that contain rows in this subnetwork.
    Structures Subnetwork names are promulgated to structures that are attached to by rows in this subnetwork.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also