Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
The following tables list the members exposed by SubnetworkManager.
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
DisableController | Disables a feature corresponding to device from being a SubnetworkController. This method must be called on the MCT. Use QueuedTask.Run. | |
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
EnableController | Enables 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. | |
GetSubnetwork | Gets the Subnetwork specified by name. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSubnetworks | Gets 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. | |
UpdateAllSubnetworks | Updates all the subnetworks that are part of the tier in a utility network. This method must be called on the MCT. Use QueuedTask.Run. |
Name | Description | |
---|---|---|
DisableControllerInEditOperation | Disables a feature corresponding to device from being a ArcGIS.Core.Data.UtilityNetwork.SubnetworkController. This method must be called on the MCT. Use QueuedTask.Run. | |
EnableControllerInEditOperation | Enables a feature corresponding to device to be a ArcGIS.Core.Data.UtilityNetwork.SubnetworkController and adds it to an existing ArcGIS.Core.Data.UtilityNetwork.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. |