ValueInput.valueType Property

Parent Object: ValueInput
Defined in namespace "adsk::core" and the header file is <Core/Application/ValueInput.h>

Description

Returns the type of value this ValueInput currently represents.

Syntax

"valueInput_var" is a variable referencing a ValueInput object.

# Get the value of the property.
propertyValue = valueInput_var.valueType
"valueInput_var" is a variable referencing a ValueInput object.
#include <Core/Application/ValueInput.h>

// Get the value of the property.
ValueTypes propertyValue = valueInput_var->valueType();

Property Value

This is a read only property whose value is a ValueTypes.

Version

Introduced in version August 2016