ValueTypes Enumerator
Description
The different types of values that a ValueInput can be.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
BooleanValueType | 3 | Indicates the ValueInput is a boolean value. |
ObjectValueType | 2 | Indicates the ValueInput is a reference to an object. |
RealValueType | 1 | Indicates the ValueInput is a real value. |
StringValueType | 0 | Indicates the ValueInput is a string value. |