RVTDocs.com

TableSectionData.SetRowHeight

Method
Description:
Sets a row's height in feet
Syntax
public void SetRowHeight(
	int nRow,
	double height
)
Parameters
Parameter Type Description
nRow Int32
height Double
Return Value
Exceptions
Exception Condition
ArgumentException The given row number nRow is invalid. -or- The row height is outside of acceptable range.
InvalidOperationException This operation is forbidden for cells in standard schedule body sections.