public Subnetwork GetSubnetwork( string name )
Public Function GetSubnetwork( _ ByVal name As String _ ) As Subnetwork
Parameters
- name
- The name of the subnetwork.
Return Value
A specific Subnetwork instance corresponding to name in the utility network. If the subnetwork does not exist, null is returned.