ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / SubnetworkManager Class
Properties Methods


In This Topic
    SubnetworkManager Class Members
    In This Topic

    The following tables list the members exposed by SubnetworkManager.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public MethodDisables a feature corresponding to device from being a SubnetworkController. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodEnables a feature corresponding to device to be a SubnetworkController and adds it to an existing Subnetwork corresponding to subnetworkName. If the specified subnetwork does not exist, a new one will be created. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the Subnetwork specified by name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of Subnetwork in the Tier specified by tier whose SubnetworkStates are in subnetworkStates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodUpdates all the subnetworks that are part of the tier in a utility network. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodDisables a feature corresponding to device from being a SubnetworkController. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodEnables a feature corresponding to device to be a SubnetworkController and adds it to an existing Subnetwork corresponding to subnetworkName. If the specified subnetwork does not exist, a new one will be created. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also