Index Topic Contents | |||
Previous Topic: DABehavior Class Next Topic: DACamera Class |
DABoolean Class
Creates a DABoolean object that represents an animated boolean value. (This means the boolean value can change over time). At any given time, the value of the DABoolean is either TRUE or FALSE.
This class inherits from the DABehavior class.
- DABoolean Functions
- Relevant Functions from the DAStatics Class
- Relevant Properties from the DAStatics Class
DABoolean Functions
DABoolean Class
ExtractExtracts the value of booleanObj, which is a DABoolean object, and returns a boolean. The DABoolean must have a constant value.
booleanObj.Extract
Return Values
Returns a boolean.
Relevant Functions from the DAStatics Class
The following functions are defined in the DAStatics class and are most relevant to objects of type DABoolean:
Relevant Properties from the DAStatics Class
The following properties are defined in the DAStatics class and are most relevant to objects of type DABoolean:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.