UserInterface.workspacesByProductType Method
Parent Object:
UserInterfaceDefined in namespace "adsk::core" and the header file is <Core/UserInterface/UserInterface.h>
Description
Returns all of the workspaces associated with the specified product.
Syntax
"userInterface_var" is a variable referencing a UserInterface object.returnValue = userInterface_var.workspacesByProductType(productType)
|
"userInterface_var" is a variable referencing a UserInterface object.
#include <Core/UserInterface/UserInterface.h>
returnValue = userInterface_var->workspacesByProductType(productType);
|
Return Value
Parameters
productType |
string |
The name of the product that you want the associated workspaces for. The full list of available products can be obtained by using the Application.supportedProductTypes property. |
Version
Introduced in version June 2015