PropertyGroups.count Property
Parent Object:
PropertyGroupsDefined in namespace "adsk::core" and the header file is <Core/Application/PropertyGroups.h>
Description
Returns the number of properties within the collection.
Syntax
"propertyGroups_var" is a variable referencing a PropertyGroups object.
# Get the value of the property. propertyValue = propertyGroups_var.count
|
"propertyGroups_var" is a variable referencing a PropertyGroups object.
#include <Core/Application/PropertyGroups.h>
// Get the value of the property. uinteger propertyValue = propertyGroups_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version January 2024