PrintSettingItem.parameters Property
Parent Object:
PrintSettingItemDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSettingItem.h>
Description
Function that returns the parameters for reading and editing values.
Syntax
"printSettingItem_var" is a variable referencing a PrintSettingItem object.
# Get the value of the property. propertyValue = printSettingItem_var.parameters
|
"printSettingItem_var" is a variable referencing a PrintSettingItem object.
#include <Cam/PrintSetting/PrintSettingItem.h>
// Get the value of the property. Ptr<CAMParameters> propertyValue = printSettingItem_var->parameters();
|
Property Value
This is a read only property whose value is a
CAMParameters.
Version
Introduced in version April 2023