Appearances.count Property
Parent Object:
AppearancesDefined in namespace "adsk::core" and the header file is <Core/Materials/Appearances.h>
Description
The number of Materials in the collection.
Syntax
"appearances_var" is a variable referencing an Appearances object.
# Get the value of the property. propertyValue = appearances_var.count
|
"appearances_var" is a variable referencing an Appearances object.
#include <Core/Materials/Appearances.h>
// Get the value of the property. uinteger propertyValue = appearances_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014