Share

AcDbTable::minimumRowHeight

C++

virtual double minimumRowHeight(
    int row
) const;

Description

This function returns the minimum row height for the specified row in the table.

Parameters

Parameters Description
row Input zero-based row index

Links

AcDbTable

Was this information helpful?