Share

Products.count Property

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

Description

Returns the number of products within the collection.

Syntax

"products_var" is a variable referencing a Products object.

# Get the value of the property.
propertyValue = products_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?