MachineElementInput.inputType Property

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

Description

The type of machine element this input will create.

Syntax

"machineElementInput_var" is a variable referencing a MachineElementInput object.
# Get the value of the property.
propertyValue = machineElementInput_var.inputType
"machineElementInput_var" Is a variable referencing a MachineElementInput Object.
#include <Cam/Machine/MachineElementInput.h>

// Get the value of the property.
MachineElementInputType propertyValue = machineElementInput_var->inputType();
"machineElementInput_var" Is a variable referencing a MachineElementInput Object.
// Get the value of the property.
propertyValue = machineElementInput_var.inputType;

Property Value

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

Version

Introduced in version September 2025