PrintSetting.parameters Method
Parent Object:
PrintSettingDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSetting.h>
Description
Function that returns the specified parameterTable using an enum into the collection.
Syntax
"printSetting_var" is a variable referencing a PrintSetting object.returnValue = printSetting_var.parameters(type)
|
"printSetting_var" is a variable referencing a PrintSetting object.
#include <Cam/PrintSetting/PrintSetting.h>
returnValue = printSetting_var->parameters(type);
|
Return Value
CAMParameters |
Returns the specified type of parameters or null if an invalid type was specified. |
Parameters
Version
Introduced in version April 2023