MultiAxisMachineElementInput.inputType Property

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

Description

The type of machine element this input will create.

Syntax

"multiAxisMachineElementInput_var" is a variable referencing a MultiAxisMachineElementInput object.

# Get the value of the property.
propertyValue = multiAxisMachineElementInput_var.inputType
"multiAxisMachineElementInput_var" is a variable referencing a MultiAxisMachineElementInput object.
#include <Cam/Machine/MultiAxisMachineElementInput.h>

// Get the value of the property.
MachineElementInputType propertyValue = multiAxisMachineElementInput_var->inputType();

Property Value

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

Version

Introduced in version September 2025