NetworkElement ConnectedTo Property ElecNetKit Documentation
A set of other elements that the NetworkElement is connected to. Incorporates connections on any phase. This property can be safely used for analysis of balanced three-phase or single-phase networks.

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

public IEnumerable<NetworkElement> ConnectedTo { get; }
See Also