CustomGraphicsGroups.count Property

Parent Object: CustomGraphicsGroups
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsGroups.h>

Description

Returns the number of graphics groups in the collection.

Syntax

"customGraphicsGroups_var" is a variable referencing a CustomGraphicsGroups object.

# Get the value of the property.
propertyValue = customGraphicsGroups_var.count
"customGraphicsGroups_var" is a variable referencing a CustomGraphicsGroups object.
#include <Fusion/Graphics/CustomGraphicsGroups.h>

// Get the value of the property.
uinteger propertyValue = customGraphicsGroups_var->count();

Property Value

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

Version

Introduced in version September 2017