SelectionSets.count Property
Parent Object:
SelectionSetsDefined in namespace "adsk::core" and the header file is <Core/Application/SelectionSets.h>
Description
Returns the number of SelectionSet objects in the collection.
Syntax
"selectionSets_var" is a variable referencing a SelectionSets object.
# Get the value of the property. propertyValue = selectionSets_var.count
|
"selectionSets_var" is a variable referencing a SelectionSets object.
#include <Core/Application/SelectionSets.h>
// Get the value of the property. uinteger propertyValue = selectionSets_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version May 2022