<Code Lib>
2025 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 Boolean True if the circuit slot in this cell is locked, false otherwise False if the circuit slot not found.

Loading…