Share

AcDbMText::setColumnFlowReversed

C++

Acad::ErrorStatus setColumnFlowReversed(
    bool
);

Description

Sets whether columns are added "reversed" from the flow of the MText. If true, columns are added to the left for right-to-left flowing MText, or above for top-to-bottom flowing MText. If false, columns are added to the right and below (respectively)

Returns if successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
flow_reversed Reversed flow setting

Links

AcDbMText Class

Was this information helpful?