Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
Namespace: ElecNetKit.NetworkModellingAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
protected void Connect( int thisPhase, NetworkElement connectTo, int connectToPhase )
Parameters
- thisPhase
- Type:
System Int32
The phase of this element to connect.
- connectTo
- Type: ElecNetKit.NetworkModelling NetworkElement
The other element to connect.
- connectToPhase
- Type:
System Int32
The phase of the other element to connect.
See Also