API Reference > OdDb Classes > OdDbFormattedTableData Class > OdDbFormattedTableData Methods > OdDbFormattedTableData::flowDirection Method
OdDbFormattedTableData::flowDirection Method
Syntax
C++
virtual OdDb::FlowDirection flowDirection() const;

Flow direction value.

Returns the direction that this table entity flows from its first row to the last.

flowDirection() returns one of the following: 

 

Name 
Value 
Description 
OdDb::kTtoB 
Top to Bottom 
OdDb::kBtoT 
Bottom to Top 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.