RVTDocs.com

PanelScheduleView.RemoveSpare

Method
Description:
Remove a spare at specific cell.
Syntax
public void RemoveSpare(
	int nRow,
	int nCol
)
Parameters
Parameter Type Description
nRow Int32 Row Number
nCol Int32 Column Number
Return Value
Exceptions
Exception Condition
ArgumentsInconsistentException The row column combination does not represent a valid spare.