Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTableStyle::setFlowDirection Method
Syntax
C++
virtual void setFlowDirection(OdDb::FlowDirection flowDirection);

Sets the direction this TableStyle objectflows from its first row to its last. (DXF 70). 

 

Parameters
Description
flowDirection
[in] Flow direction.

flowDirection must be one of the following: 

 

Name
Value
Description
OdDb::kTtoB
0
Top to Bottom
OdDb::kBtoT
1
Bottom to Top
Copyright © 2002-2022. Open Design Alliance All rights reserved.