ArcGIS Pro 2.6 API Reference Guide
SubnetworkControllerType Enumeration

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

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork Namespace