Products.count Property
Parent Object:
ProductsDefined 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
|
"products_var" is a variable referencing a Products object.
#include <Core/Application/Products.h>
// Get the value of the property. uinteger propertyValue = products_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014