ProductPreferencesCollection.item Method
Parent Object:
ProductPreferencesCollectionDefined in namespace "adsk::core" and the header file is <Core/Application/ProductPreferencesCollection.h>
Description
Function that returns the specified ProductPreferences object using an index into the collection.
Syntax
"productPreferencesCollection_var" is a variable referencing a ProductPreferencesCollection object.returnValue = productPreferencesCollection_var.item(index)
|
"productPreferencesCollection_var" is a variable referencing a ProductPreferencesCollection object.
#include <Core/Application/ProductPreferencesCollection.h>
returnValue = productPreferencesCollection_var->item(index);
|
Return Value
Parameters
index |
uinteger |
The index of the item within the collection to return. The first item in the collection has an index of 0. |
Version
Introduced in version August 2014