RotaryMachineAxisInput.name Property

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

Description

The user facing name of this axis.

Syntax

"rotaryMachineAxisInput_var" is a variable referencing a RotaryMachineAxisInput object.

# Get the value of the property.
propertyValue = rotaryMachineAxisInput_var.name

# Set the value of the property.
rotaryMachineAxisInput_var.name = propertyValue
"rotaryMachineAxisInput_var" is a variable referencing a RotaryMachineAxisInput object.
#include <Cam/Machine/RotaryMachineAxisInput.h>

// Get the value of the property.
string propertyValue = rotaryMachineAxisInput_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = rotaryMachineAxisInput_var->name(value_var);

Property Value

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

Version

Introduced in version April 2023