NetworkElement Connect Method (Int32, NetworkElement, Int32)ElecNetKit Documentation
Connects this NetworkElement to a single other NetworkElement, with a specified phasing.

Namespace: ElecNetKit.NetworkModelling
Assembly: 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
)
See Also