Share

ProductPreferencesCollection.count Property

Parent Object: ProductPreferencesCollection
Defined 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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?