Attributes.count Property

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

Description

Returns the number of attributes in the collection.

Syntax

"attributes_var" is a variable referencing an Attributes object.

# Get the value of the property.
propertyValue = attributes_var.count
"attributes_var" is a variable referencing an Attributes object.
#include <Core/Application/Attributes.h>

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

Property Value

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

Version

Introduced in version May 2016