Share

PrintSettingItem.name Property

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

Description

Body Preset get and set name.

Syntax

"printSettingItem_var" is a variable referencing a PrintSettingItem object.

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

# Set the value of the property.
printSettingItem_var.name = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?