Share

AcDbMText::flowDirection

C++

FlowDirection flowDirection() const;

Description

Returns the direction that the text string follows from its start to its finish.

Possible values for FlowDirection are:

AcDbMText::kLtoR Left to right
AcDbMText::kTtoB Top to bottom
AcDbMText::kByStyle Inherited from the text style at run-time

Links

AcDbMText Class

Was this information helpful?