Workspace.deleteMe Method
Parent Object: WorkspaceDefined 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.
|
Return Value
Type | Description |
boolean | Boolean return that indicates if the deletion was successful or not. |