Share

PrintSettingQuery.vendor Property

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

Description

The case-insensitive vendor specifies vendor of the PrintSetting. Generic FFF PrintSetting doesnt have a vendor.

Syntax

"printSettingQuery_var" is a variable referencing a PrintSettingQuery object.

# Get the value of the property.
propertyValue = printSettingQuery_var.vendor

# Set the value of the property.
printSettingQuery_var.vendor = propertyValue

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version April 2023

Was this information helpful?