SketchLines.item Method
Parent Object:
SketchLinesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchLines.h>
Description
Function that returns the specified sketch line using an index into the collection.
Syntax
"sketchLines_var" is a variable referencing a SketchLines object.returnValue = sketchLines_var.item(index)
|
"sketchLines_var" is a variable referencing a SketchLines object.
#include <Fusion/Sketch/SketchLines.h>
returnValue = sketchLines_var->item(index);
|
Return Value
SketchLine |
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