WorkspaceList.count Property
Parent Object:
WorkspaceListDefined 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
|
"workspaceList_var" is a variable referencing a WorkspaceList object.
#include <Core/UserInterface/WorkspaceList.h>
// Get the value of the property. uinteger propertyValue = workspaceList_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014