Share

PropertyGroup.count Property

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

Description

Returns the number of properties within the group.

Syntax

"propertyGroup_var" is a variable referencing a PropertyGroup object.

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

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?