NetworkModel Buses Property ElecNetKit Documentation
A dictionary of buses in the network, indexed by Bus ID so as to be easier to find and connect to other network elements.

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

public Dictionary<string, Bus> Buses { get; protected set; }
See Also