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

Returns the direction this TableStyle object flows from its first row to its last (DXF 70).

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.