API Reference > OdDb Classes > OdDbMText Class > OdDbMText Methods > OdDbMText::setFlowDirection Method
OdDbMText::setFlowDirection Method
Syntax
C++
void setFlowDirection(FlowDirection flowDirection);
Parameters 
Description 
FlowDirection flowDirection 
[in] New flow direction enumerator. 

Sets the flow direction of this MText entity (DXF 72). 

 

flowDirection() returns one of the following: 

 

Name 
Value 
kLtoR 
kRtoL 
kTtoB 
kBtoT 
kByStyle 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.