NamedViews.homeNamedView 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 "HOME".

Syntax

"namedViews_var" is a variable referencing a NamedViews object.

# Get the value of the property.
propertyValue = namedViews_var.homeNamedView
"namedViews_var" is a variable referencing a NamedViews object.
#include <Core/Application/NamedViews.h>

// Get the value of the property.
Ptr<NamedView> propertyValue = namedViews_var->homeNamedView();

Property Value

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

Version

Introduced in version September 2023