Workspaces.itemById Method
Parent Object:
WorkspacesDefined in namespace "adsk::core" and the header file is <Core/UserInterface/Workspaces.h>
Description
Returns the Workspace of the specified ID.
Syntax
"workspaces_var" is a variable referencing a Workspaces object.returnValue = workspaces_var.itemById(id) |
"workspaces_var" is a variable referencing a Workspaces object.
#include <Core/UserInterface/Workspaces.h>
returnValue = workspaces_var->itemById(id);
|
Return Value
| Workspace |
Returns the specified workspace or null in the case where there isn't a workspace with the specified ID. |
Parameters
| id |
string |
The ID of the workspace to get. |
Samples
Version
Introduced in version August 2014