ValueInput.createByObject 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 reference to any Fusion object.
Syntax
This is a static method.
returnValue = adsk.core.ValueInput.createByObject(objectReference)
|
This is a static method.
#include <Core/Application/ValueInput.h>
returnValue = adsk::core::ValueInput::createByObject(objectReference);
|
Return Value
ValueInput |
Returns the newly created ValueInput object or null if the creation failed. |
Parameters
objectReference |
Base |
The Fusion object that you want to create the ValueInput for. |
Version
Introduced in version August 2016