Share

NamedViews.rightNamedView Property

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

Description

Returns the standard named view called "RIGHT".

Syntax

"namedViews_var" is a variable referencing a NamedViews object.

# Get the value of the property.
propertyValue = namedViews_var.rightNamedView

Property Value

This is a read only property whose value is a NamedView.

Version

Introduced in version September 2023

Was this information helpful?