Share

PrintSetting.id Property

Parent Object: PrintSetting
Defined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSetting.h>

Description

Gets the unique identifier of the PrintSetting. Can be used for comparing PrintSettings within the document.

Syntax

"printSetting_var" is a variable referencing a PrintSetting object.

# Get the value of the property.
propertyValue = printSetting_var.id

Property Value

This is a read only property whose value is a string.

Version

Introduced in version April 2023

Was this information helpful?