2.8.70 TimeSetBehaviorAtom

Referenced by: TimeSetBehaviorContainer

An atom record that specifies animation information for an object or object property.

TimeAnimateBehaviorValueTypeEnum enumeration specifies the object or object property that will be animated.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

rh

...

A

B

reserved

valueType

rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.

Field

Meaning

rh.recVer

MUST be 0x0.

rh.recInstance

MUST be 0x000.

rh.recType

MUST be an RT_TimeSetBehavior.

rh.recLen

MUST be 0x00000008.

 

A - fToPropertyUsed (1 bit): A bit that specifies whether the varTo of the TimeSetBehaviorContainer record (section 2.8.69) that contains this TimeSetBehaviorAtom is valid.

B - fValueTypePropertyUsed (1 bit): A bit that specifies whether valueType was explicitly set by a user interface action.

reserved (30 bits): MUST be zero, and MUST be ignored.

valueType (4 bytes): A TimeAnimateBehaviorValueTypeEnum enumeration that specifies the type of object or object property to which to apply an animation. It MUST be ignored if fValueTypePropertyUsed is FALSE and a value of TL_TABVT_Number MUST be used instead.