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
DATuple Class
LengthDetermines the length of a DATuple.
tupleObj.Length
Return Values
Returns a number (a long).
DATuple Class
NthSelects 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.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.