Disconnects a specific phased connection between network elements.
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
protected static void Disconnect( NetworkElement elem1, int phase1, NetworkElement elem2, int phase2 )
Parameters
- elem1
- Type: ElecNetKit.NetworkModelling NetworkElement
The first element to disconnect.
- phase1
- Type:
System Int32
The phase that the connection is currently on, for elem1.
- elem2
- Type: ElecNetKit.NetworkModelling NetworkElement
The second element to disconnect.
- phase2
- Type:
System Int32
The phase that the connection is currently on, for elem2.
See Also