RVTDocs.com

PanelScheduleView.SetLockSlot

Method
Description:
Set lock state for a circuit slot at specific cell.
Syntax
public void SetLockSlot(
	int nRow,
	int nCol,
	bool bLock
)
Parameters
Parameter Type Description
nRow Int32 Row Number
nCol Int32 Column Number
bLock Boolean Lock state to set
Return Value