Share

AcDbMText::setTextHeight

C++

Acad::ErrorStatus setTextHeight(
    double
);

Description

Sets the MText object's text height to height.

Returns Acad::eOk if successful or Acad::eInvalidInput if the data passed in is not acceptable.

Parameters

Parameters Description
unnamed Input new text height value

Links

AcDbMText Class

Was this information helpful?