ValueInput.createByBoolean Method
Parent Object: ValueInputDefined in namespace "adsk::core" and the header file is <Core/Application/ValueInput.h>
Description
Creates a new ValueInput object that contains a boolean value.
Syntax
Return Value
Type | Description |
ValueInput | Returns the newly created ValueInput object or null if the creation failed. |
Parameters
Name | Type | Description |
booleanValue | boolean | Boolean value. |