Sketches.item Method
Parent Object:
SketchesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Sketches.h>
Description
Function that returns the specified sketch using an index into the collection.
Syntax
"sketches_var" is a variable referencing a Sketches object.returnValue = sketches_var.item(index)
|
"sketches_var" is a variable referencing a Sketches object.
#include <Fusion/Sketch/Sketches.h>
returnValue = sketches_var->item(index);
|
Return Value
Sketch |
Returns the specified item or null if an invalid index was specified. |
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