DirectAnimation Animated Header --DAStatic Functions Relevant to DATuple Objects DirectAnimation Animated Header --DAStatic Functions Relevant to DATuple Objects* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DAStatic Properties Relevant to DATransform3 Objects
*Next Topic: DAStatic Functions Relevant to DAVector2 Objects

DAStatic Functions Relevant to DATuple Objects



DATuple

DAStatics Class

Constructs the DATuple object.

lib.DATuple(
  behaviors
  )

Parameters
behaviors
The behaviors to be included in the DATuple object.
Return Values

Returns the DATuple object.


UninitializedTuple

DAStatics Class

Makes it possible to obtain the signature of a DATuple object before it has been defined. With this function, a DATuple object can be created and used in the definition of other DABehaviors while its contents are defined at some later point. (This definition is accomplished with the Init function, which is available on all classes that inherit from DABehavior.) Because a DATuple can have members of different types, the signature must be exactly as the object will be used.

lib.UninitializedTuple( )

Return Values

Returns the DATuple object.

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page