Share

Viewport.visualStyle Property

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

Description

Gets and sets the current visual style being used.

Syntax

"viewport_var" is a variable referencing a Viewport object.

# Get the value of the property.
propertyValue = viewport_var.visualStyle

# Set the value of the property.
viewport_var.visualStyle = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?