Test if a specific connection between elements on specific phases exists.
Namespace: ElecNetKit.NetworkModellingAssembly: 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 )
Parameters
- elem1
- Type: ElecNetKit.NetworkModelling NetworkElement
The first element to check.
- phase1
- Type:
System Int32
The phase of elem1 to check.
- elem2
- Type: ElecNetKit.NetworkModelling NetworkElement
The second element to check.
- phase2
- Type:
System Int32
The phase of elem2 to check.
Return Value
true if the specifically requested connection exists.See Also