Share

Product.workspaces Property

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

Description

Returns the workspaces associated with this product.

Syntax

"product_var" is a variable referencing a Product object.

# Get the value of the property.
propertyValue = product_var.workspaces

Property Value

This is a read only property whose value is a WorkspaceList.

Version

Introduced in version August 2014

Was this information helpful?