NetworkElement ConnectionExists Method (NetworkElement, Int32, NetworkElement, Int32)ElecNetKit Documentation
Test if a specific connection between elements on specific phases exists.

Namespace: ElecNetKit.NetworkModelling
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public static bool ConnectionExists(
	NetworkElement elem1,
	int phase1,
	NetworkElement elem2,
	int phase2
)

Return Value

true if the specifically requested connection exists.
See Also