LinearMachineAxisInput.name Property
Parent Object:
LinearMachineAxisInputDefined in namespace "adsk::cam" and the header file is <Cam/Machine/LinearMachineAxisInput.h>
Description
The user facing name of this axis.
Syntax
"linearMachineAxisInput_var" is a variable referencing a LinearMachineAxisInput object.
# Get the value of the property. propertyValue = linearMachineAxisInput_var.name
# Set the value of the property. linearMachineAxisInput_var.name = propertyValue
|
"linearMachineAxisInput_var" is a variable referencing a LinearMachineAxisInput object.
#include <Cam/Machine/LinearMachineAxisInput.h>
// Get the value of the property. string propertyValue = linearMachineAxisInput_var->name();
// Set the value of the property, where value_var is a string. bool returnValue = linearMachineAxisInput_var->name(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version April 2023