2.13.7 DiagramBuildEnum

Referenced by: DiagramBuildAtom

An enumeration that specifies the animation diagram build type to be applied to a diagram.

Name

Value

Meaning

TLDB_AsOneObject

0x00000000

The diagram and all corresponding parts animate as one graphical object.

TLDB_DepthByNode

0x00000001

The root shape of the diagram animates first, followed by its branches from left to right. For each branch, the root shape of the branch animates first, followed by the branches of this branch. This process is recursive for each shape in the diagram.

TLDB_DepthByBranch

0x00000002

The root shape of the diagram animates first, followed by its branches from left to right; and each of its branches animates as one graphical object.

TLDB_BreadthByNode

0x00000003

The root shape of the diagram animates first, followed by its levels from top to bottom. Shapes in each level animate separately from left to right.

TLDB_BreadthByLevel

0x00000004

The root shape of the diagram animates first, followed by its levels from top to bottom. Each level animates as one graphical object.

TLDB_ClockWise

0x00000005

Shapes in the diagram animate in the clockwise direction.

TLDB_ClockWiseIn

0x00000006

Shapes in the diagram animate in the clockwise direction. Shapes animate inwardly starting from the outermost ring.

TLDB_ClockWiseOut

0x00000007

Shapes in the diagram animate in the clockwise direction. Shapes animate outwardly starting from the innermost ring.

TLDB_CounterClockWise

0x00000008

Shapes in the diagram animate in the counterclockwise direction.

TLDB_CounterClockWiseIn

0x00000009

Shapes in the diagram animate in the counterclockwise direction. Shapes animate inwardly starting from the outermost ring.

TLDB_CounterClockWiseOut

0x0000000A

Shapes in the diagram animate in the counterclockwise direction. Shapes animate outwardly starting from the innermost ring.

TLDB_InByRing

0x0000000B

Rings in the diagram animate from the outside to the inside. All shapes in each ring animate at the same time.

TLDB_OutByRing

0x0000000C

Rings in the diagram animate from the inside to the outside. All shapes in each ring animate at the same time.

TLDB_Up

0x0000000D

Shapes in the diagram animate from bottom to top.

TLDB_Down

0x0000000E

Shapes in the diagram animate from top to bottom.

TLDB_AllAtOnce

0x0000000F

All shapes in the diagram animate at the same time.

TLDB_Custom

0x00000010

Shapes in the diagram animate in a custom way not otherwise specified by one of the allowed diagram build types.