DirectAnimation Animated Header --DAStatic Functions Relevant to DAArray Objects DirectAnimation Animated Header --DAStatic Functions Relevant to DAArray Objects* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DAStatics Class
*Next Topic: DAStatic Functions Relevant to DABehavior Objects

DAStatic Functions Relevant to DAArray Objects



DAArray

DAStatics Class

Constructs a DAArray object.

lib.DAArray(
  behaviors
  )

Parameters
behaviors
The elements in the array.


UninitializedArray

DAStatics Class

Makes it possible to obtain the signature of a DAArray object before it has been defined. With this function, a DAArray 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 DABehavior objects. To create an uninitialize array, first create an array with a dummy variable and its types, and then call UninitializedArray. This will create a variant array which has a signature only. It is only necessary to give one member of the array, no matter how many members there will actually be.

lib.UninitializedArray( )

See Also

UninitializedTuple

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

*Top of Page