Test if a specific connection between this element and another element on specific phases exists.
Namespace: ElecNetKit.NetworkModellingAssembly: 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 )
Parameters
- thisElemPhase
- Type:
System Int32
The phase of this element to check.
- otherElem
- Type: ElecNetKit.NetworkModelling NetworkElement
The second element to check.
- otherElemPhase
- Type:
System Int32
The phase of otherElem to check.
Return Value
true if the specifically requested connection exists.See Also