Share

MachinePartInput.id Property

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

Description

Gets or sets the internal ID of the part, used to reference this part for other operations. This ID can be any string. This must be unique with respect to other MachineParts in the Machine.

Syntax

"machinePartInput_var" is a variable referencing a MachinePartInput object.

# Get the value of the property.
propertyValue = machinePartInput_var.id

# Set the value of the property.
machinePartInput_var.id = propertyValue

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version April 2023

Was this information helpful?