Workspace.deleteMe Method

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

Description

Deletes this workspace. Only a workspace added by the API can be deleted, (IsNative is false).

Syntax

"workspace_var" is a variable referencing a Workspace object.
returnValue = workspace_var.deleteMe()
"workspace_var" is a variable referencing a Workspace object.

#include <Core/UserInterface/Workspace.h>

returnValue = workspace_var->deleteMe();

Return Value

Type Description
boolean Boolean return that indicates if the deletion was successful or not.

Version

Introduced in version August 2014