SketchControlPointSplines.item Method
Parent Object:
SketchControlPointSplinesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchControlPointSplines.h>
Description
Function that returns the specified sketch control point spline using an index into the collection.
Syntax
"sketchControlPointSplines_var" is a variable referencing a SketchControlPointSplines object.returnValue = sketchControlPointSplines_var.item(index)
|
"sketchControlPointSplines_var" is a variable referencing a SketchControlPointSplines object.
#include <Fusion/Sketch/SketchControlPointSplines.h>
returnValue = sketchControlPointSplines_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 July 2022