Share

GeneralPreferences.areInCommandErrorsAndWarningsShown Property

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

Description

Gets and sets if in command errors and warnings are shown.

Syntax

"generalPreferences_var" is a variable referencing a GeneralPreferences object.

# Get the value of the property.
propertyValue = generalPreferences_var.areInCommandErrorsAndWarningsShown

# Set the value of the property.
generalPreferences_var.areInCommandErrorsAndWarningsShown = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version August 2014

Was this information helpful?