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

In This Topic
    SubnetworkControllerType Enumeration
    In This Topic
    Specifies the category of subnetwork controllers that are supported by a domain network.
    Syntax
    public enum SubnetworkControllerType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SubnetworkControllerType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    None Subnetwork controllers for structure networks are neither sources nor sinks.
    Sink Subnetwork controllers within this domain network serve as sinks.
    Source Subnetwork controllers within this domain network serve as sources.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also