WorkspaceEventArgs.workspace Property
Parent Object:
WorkspaceEventArgsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/WorkspaceEventArgs.h>
Description
Provides access to the workspace.
Syntax
"workspaceEventArgs_var" is a variable referencing a WorkspaceEventArgs object.
# Get the value of the property. propertyValue = workspaceEventArgs_var.workspace
|
"workspaceEventArgs_var" is a variable referencing a WorkspaceEventArgs object.
#include <Core/UserInterface/WorkspaceEventArgs.h>
// Get the value of the property. Ptr<Workspace> propertyValue = workspaceEventArgs_var->workspace();
|
Property Value
This is a read only property whose value is a
Workspace.
Version
Introduced in version March 2015