FavoriteAppearances.item Method
Parent Object:
FavoriteAppearancesDefined in namespace "adsk::core" and the header file is <Core/Materials/FavoriteAppearances.h>
Description
Returns the specified Appearance using an index into the collection.
Syntax
"favoriteAppearances_var" is a variable referencing a FavoriteAppearances object.returnValue = favoriteAppearances_var.item(index)
|
"favoriteAppearances_var" is a variable referencing a FavoriteAppearances object.
#include <Core/Materials/FavoriteAppearances.h>
returnValue = favoriteAppearances_var->item(index);
|
Return Value
Appearance |
Returns the specified appearance or null if an invalid index is specified. |
Parameters
index |
integer |
The index of the appearance to return where the first item in the collection is 0. |
Version
Introduced in version August 2014