CatTreeOrientationEnum (Enumeration)

enum CatTreeOrientationEnum {
  catTreeOrientationVertical,
  catTreeOrientationHorizontal
}
Orientations for the specification tree.
Role: This enum is used in the interface.
Values:
catTreeOrientationVertical
The tree is oriented vertically.
catTreeOrientationHorizontal
The tree is oriented horizontally.