MachineParts.item Method

Parent Object: MachineParts
Defined 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

Type Description
MachinePart The MachinePart at index.

Parameters

Name Type Description
index integer The index of the part.

Version

Introduced in version April 2023