ProductPreferencesCollection.count Property
Parent Object:
ProductPreferencesCollectionDefined in namespace "adsk::core" and the header file is <Core/Application/ProductPreferencesCollection.h>
Description
Returns the number of ProductPreference objects.
Syntax
"productPreferencesCollection_var" is a variable referencing a ProductPreferencesCollection object.
# Get the value of the property. propertyValue = productPreferencesCollection_var.count
|
"productPreferencesCollection_var" is a variable referencing a ProductPreferencesCollection object.
#include <Core/Application/ProductPreferencesCollection.h>
// Get the value of the property. uinteger propertyValue = productPreferencesCollection_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014