PrintSettingQuery.name Property
Parent Object:
PrintSettingQueryDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSettingQuery.h>
Description
The case-insensitive name specifies the name of the PrintSetting.
Syntax
"printSettingQuery_var" is a variable referencing a PrintSettingQuery object.
# Get the value of the property. propertyValue = printSettingQuery_var.name
# Set the value of the property. printSettingQuery_var.name = propertyValue
|
"printSettingQuery_var" is a variable referencing a PrintSettingQuery object.
#include <Cam/PrintSetting/PrintSettingQuery.h>
// Get the value of the property. string propertyValue = printSettingQuery_var->name();
// Set the value of the property, where value_var is a string. bool returnValue = printSettingQuery_var->name(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version April 2023