TableSectionData.SetRowHeight Method

Sets a row's height in feet


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void SetRowHeight(
	int nRow,
	double height
)

Parameters

nRow  Int32
 
height  Double
 

Exceptions

ExceptionCondition
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.

See Also

Reference

TableSectionData Class
Autodesk.Revit.DB Namespace