PrintSettingItem.description Property
Parent Object:
PrintSettingItemDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSettingItem.h>
Description
Body Preset get and set description.
Syntax
"printSettingItem_var" is a variable referencing a PrintSettingItem object.
# Get the value of the property. propertyValue = printSettingItem_var.description
# Set the value of the property. printSettingItem_var.description = propertyValue
|
"printSettingItem_var" is a variable referencing a PrintSettingItem object.
#include <Cam/PrintSetting/PrintSettingItem.h>
// Get the value of the property. string propertyValue = printSettingItem_var->description();
// Set the value of the property, where value_var is a string. bool returnValue = printSettingItem_var->description(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version April 2023