NamedView.apply Method

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

Description

This updates the active viewport to use the camera associated with this named view.

Syntax

"namedView_var" is a variable referencing a NamedView object.
returnValue = namedView_var.apply()
"namedView_var" is a variable referencing a NamedView object.

#include <Core/Application/NamedView.h>

returnValue = namedView_var->apply();

Return Value

Type Description
boolean Returns true if the operation was successful.

Version

Introduced in version September 2023