ValueInput.createByBoolean Method

Parent Object: ValueInput
Defined 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

This is a static method.

returnValue = adsk.core.ValueInput.createByBoolean(booleanValue)
This is a static method.

#include <Core/Application/ValueInput.h>

returnValue = adsk::core::ValueInput::createByBoolean(booleanValue);

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.

Version

Introduced in version May 2020