Share

ToolPreset.id Property

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

Description

Gets and sets the identifier of that Preset. The id can be used to select a Preset for a Operation.

Syntax

"toolPreset_var" is a variable referencing a ToolPreset object.

# Get the value of the property.
propertyValue = toolPreset_var.id

# Set the value of the property.
toolPreset_var.id = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?