Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
nDir
[in] Flow direction value.

flowDirection must be one of the following: 

 

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

 

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.