RVTDocs.com

PanelScheduleView.IsSlotLocked

Method
Description:
Check if the circuit slot in this cell is locked.
Syntax
public bool IsSlotLocked(
	int nRow,
	int nCol
)
Parameters
Parameter Type Description
nRow Int32 Row Number
nCol Int32 Column Number
Return Value
Type Description
Boolean True if the circuit slot in this cell is locked, false otherwise False if the circuit slot not found.