<Code Lib>
2023 Method
Changes 0
M

PanelScheduleView.GetCircuitByCell

Description:
Gets the circuit element for the given slot number

public ElectricalSystem GetCircuitByCell(
	int nRow,
	int nCol
)

  • Int32
    nRow
    Row Number of the Body Section
  • Int32
    nCol
    Column Number of the Body Section
Return Value ElectricalSystem The circuit found at the given row and column

Loading…