PrintSetting.parameters Method

Parent Object: PrintSetting
Defined 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

Type Description
CAMParameters Returns the specified type of parameters or null if an invalid type was specified.

Parameters

Name Type Description
type PrintSettingItemTypes The type of the item within the collection to return.

Version

Introduced in version April 2023