NetworkElement ConnectionExists Method (Int32, NetworkElement, Int32)ElecNetKit Documentation
Test if a specific connection between this element and another element 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 bool ConnectionExists(
	int thisElemPhase,
	NetworkElement otherElem,
	int otherElemPhase
)

Return Value

true if the specifically requested connection exists.
See Also