Share

AcDbTable::rowHeight

C++

virtual double rowHeight(
    int row
) const;

Description

This function returns the row height of the specified row in the table.

Parameters

Parameters Description
row Input zero-based row index

Links

AcDbTable

Was this information helpful?