NetworkElement ConnectedToPhased Property ElecNetKit Documentation
A set of other elements that the NetworkElement is connected to, arranged by phase.

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

public Phased<ReadOnlyCollection<NetworkElementConnection>> ConnectedToPhased { get; }
See Also