ScriptInput.runOnStartup Property
Parent Object:
ScriptInputDefined in namespace "adsk::core" and the header file is <Core/Application/ScriptInput.h>
Description
If this Script represents an add-in and isAddIn is True, this specifies if the add-in should be automatically started when Fusion starts up.
Syntax
"scriptInput_var" is a variable referencing a ScriptInput object.
# Get the value of the property. propertyValue = scriptInput_var.runOnStartup
# Set the value of the property. scriptInput_var.runOnStartup = propertyValue
|
"scriptInput_var" is a variable referencing a ScriptInput object.
#include <Core/Application/ScriptInput.h>
// Get the value of the property. boolean propertyValue = scriptInput_var->runOnStartup();
// Set the value of the property, where value_var is a boolean. bool returnValue = scriptInput_var->runOnStartup(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version October 2023