DirectAnimation Animated Header --DATuple Class DirectAnimation Animated Header --DATuple Class* Microsoft DirectAnimation SDK
*Index  *Topic Contents
*Previous Topic: DATransform3 Class
*Next Topic: DAUserData Class

DATuple Class


A DATuple object is similar to an array. It can, however, accept heterogeneous types. Any number of members can be included in a DATuple object.

This class inherits from DABehavior.

DATuple Functions

bullet1.gifLength

bullet1.gifNth


Length

DATuple Class

Determines the length of a DATuple.

tupleObj.Length

Return Values

Returns a number (a long).


Nth

DATuple Class

Selects a DABehavior object based on the value of i.

tupleObj.Nth(
  i
  )

Parameters
i
The index (a long) into the DATuple object.

Relevant Functions from the DAStatics Class

The following functions are defined in the DAStatics and are most relevant to objects of type DATuple.

lib.DATuple(behaviors)

lib.UninitializedTuple()

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

*Top of Page