RVTDocs.com

PanelScheduleView.GetCircuitByCell

Method
Description:
Gets the circuit element for the given slot number
Syntax
public ElectricalSystem GetCircuitByCell(
	int nRow,
	int nCol
)
Parameters
Parameter Type Description
nRow Int32 Row Number of the Body Section
nCol Int32 Column Number of the Body Section
Return Value
Type Description
ElectricalSystem The circuit found at the given row and column