Share

MachineSpindle.description Property

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

Description

The description of this spindle.

Syntax

"machineSpindle_var" is a variable referencing a MachineSpindle object.

# Get the value of the property.
propertyValue = machineSpindle_var.description

# Set the value of the property.
machineSpindle_var.description = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?