MachineItem.itemType Property

Parent Object: MachineItem
Defined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineItem.h>

Description

The type of this MachineItem.

Syntax

"machineItem_var" is a variable referencing a MachineItem object.

# Get the value of the property.
propertyValue = machineItem_var.itemType
"machineItem_var" is a variable referencing a MachineItem object.
#include <Cam/Machine/MachineItem.h>

// Get the value of the property.
MachineItemType propertyValue = machineItem_var->itemType();

Property Value

This is a read only property whose value is a MachineItemType.

Version

Introduced in version September 2025