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

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

 

flowDirection must be one of the following: 

 

Name 
Value 
Description 
OdDb::kTtoB 
Top to Bottom 
OdDb::kBtoT 
Bottom to Top 

 

Method generates the eInvalidInput exception when the flow direction is not equal to 0 or 1.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.