BooleanOptions Enumerator
Description
The different values that can be used when specifying whether an item should use a default, or be true or false.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
| Name | Value | Description |
| DefaultBooleanOption | 0 | Specifies that the default value should be used. |
| FalseBooleanOption | 2 | Specifies the value is False. |
| TrueBooleanOption | 1 | Specifies the value is True. |
