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 |
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–2020. Open Design Alliance. All rights reserved.
|