FavoriteAppearances.count Property

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

Description

The number of Appearances in the collection.

Syntax

"favoriteAppearances_var" is a variable referencing a FavoriteAppearances object.

# Get the value of the property.
propertyValue = favoriteAppearances_var.count
"favoriteAppearances_var" is a variable referencing a FavoriteAppearances object.
#include <Core/Materials/FavoriteAppearances.h>

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

Property Value

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

Version

Introduced in version August 2014