<Code Lib>
2020 Method
Changes 0
M

PanelScheduleView.GetCircuitByCell

Description:
Gets the circuit element for the given slot number

public ElectricalSystem GetCircuitByCell(
	int nRow,
	int nCol
)

Return Value ElectricalSystem The circuit found at the given row and column

Loading…