Share

WorkspaceList.count Property

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

Description

Gets the number of workspaces in the collection.

Syntax

"workspaceList_var" is a variable referencing a WorkspaceList object.

# Get the value of the property.
propertyValue = workspaceList_var.count

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?