Share

TableSectionData.GetRowHeightInPixels Method

This returns a row's height in logical pixels


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

Syntax

C#

public int GetRowHeightInPixels(
	int nRow
)

Parameters

nRow  Int32
 

Return Value

Int32

Exceptions

ExceptionCondition
ArgumentException The given row number nRow is invalid.

See Also

Reference

Was this information helpful?