API Reference > OdDb Classes > OdDbTableStyle Class > OdDbTableStyle Methods > OdDbTableStyle::setFlowDirection Method
OdDbTableStyle::setFlowDirection Method
Syntax
C++
virtual void setFlowDirection(OdDb::FlowDirection flowDirection);
Parameters 
Description 
OdDb::FlowDirection flowDirection 
[in] Flow direction. 

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

 

flowDirection must be 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.