Share

NamedViews.topNamedView 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 "TOP".

Syntax

"namedViews_var" is a variable referencing a NamedViews object.

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

Property Value

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

Version

Introduced in version September 2023

Was this information helpful?