Share

AcDbTable::setHeight

C++

virtual Acad::ErrorStatus setHeight(
    double height
);

Description

This function sets the total row height for the table. The individual row heights may be increased or decreased proportionally.

Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.

Parameters

Parameters Description
height Input total height to be used by the table

Links

AcDbTable

Was this information helpful?