<Code Lib>
2026 Method
Changes 0
M

PanelScheduleView.GetCircuitIdByCell

Description:
Gets the circuit id for the given slot number

public ElementId GetCircuitIdByCell(
	int nRow,
	int nCol
)

  • Int32
    nRow
    Row Number
  • Int32
    nCol
    Column Number
Return Value ElementId ElementId of the circuit found at the given row and column

Loading…