NamedView.deleteMe Method

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

Description

Deletes this named view. This method will fail for any of the four standard named views. This can be determined by checking to see if the isBuiltIn property is true.

Syntax

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

#include <Core/Application/NamedView.h>

returnValue = namedView_var->deleteMe();

Version

Introduced in version September 2023