GetRowHeightInPixels Method


This returns a row's height in logical pixels

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

Syntax

C#
public int GetRowHeightInPixels(
	int nRow
)
Visual Basic
Public Function GetRowHeightInPixels ( _
	nRow As Integer _
) As Integer
Visual C++
public:
int GetRowHeightInPixels(
	int nRow
)

Parameters

nRow
Type: SystemInt32

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException The given row number nRow is invalid.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →