![]() |
This document is archived and information here might be outdated. Recommended version. |
Tree structure directions used by the schematic algorithms.
| Constant | Value | Description |
|---|---|---|
| esriSchematicAlgoRightLeft | 0 | Horizontal tree structure starting from the right and ending to the left. |
| esriSchematicAlgoTopDown | 1 | Vertical tree structure starting from the top and ending to the bottom. |
| esriSchematicAlgoLeftRight | 2 | Horizontal tree structure starting from the left and ending to the right. |
| esriSchematicAlgoBottomUp | 3 | Vertical tree structure starting from the bottom and ending to the top. |