Public Function GetCircuitSections() As IReadOnlyDictionary(Of CircuitSection,List(Of CircuitSection))
public IReadOnlyDictionary<CircuitSection,List<CircuitSection>> GetCircuitSections()
Return Value
A read-only dictionary where each key is a CircuitSection that connects to the other CircuitSections represented by the key's value in sequential or parallel order. Returns an empty dictionary if no sections exist.