<Code Lib>
2020 Method
Changes 0
M

PanelScheduleView.IsSlotLocked

Description:
Check if the circuit slot in this cell is locked.

public bool IsSlotLocked(
	int nRow,
	int nCol
)

Return Value bool True if the circuit slot in this cell is locked, false otherwise

Loading…