MachineParts.item Method
Parent Object:
MachinePartsDefined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineParts.h>
Description
Get the part at index in this collection.
Syntax
"machineParts_var" is a variable referencing a MachineParts object.returnValue = machineParts_var.item(index)
|
"machineParts_var" is a variable referencing a MachineParts object.
#include <Cam/Machine/MachineParts.h>
returnValue = machineParts_var->item(index);
|
Return Value
Parameters
index |
integer |
The index of the part. |
Version
Introduced in version April 2023