GeneralPreferences.isSkipCreationWhenLiveUpdate Property
Parent Object:
GeneralPreferencesDefined in namespace "adsk::core" and the header file is <Core/Application/GeneralPreferences.h>
Description
Gets and sets if the creation of launch items should be skipped for live update.
Syntax
"generalPreferences_var" is a variable referencing a GeneralPreferences object.
# Get the value of the property. propertyValue = generalPreferences_var.isSkipCreationWhenLiveUpdate
# Set the value of the property. generalPreferences_var.isSkipCreationWhenLiveUpdate = propertyValue
|
"generalPreferences_var" is a variable referencing a GeneralPreferences object.
#include <Core/Application/GeneralPreferences.h>
// Get the value of the property. boolean propertyValue = generalPreferences_var->isSkipCreationWhenLiveUpdate();
// Set the value of the property, where value_var is a boolean. bool returnValue = generalPreferences_var->isSkipCreationWhenLiveUpdate(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version May 2022