TableSectionData.GetRowHeight Method
Returns 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 double GetRowHeight( int nRow )
Parameters
nRow
Int32
Return Value
Double
Exceptions
Exception
Condition
ArgumentException
The given row number nRow is invalid.
See Also
Reference
TableSectionData Class
Autodesk.Revit.DB Namespace