Share

ToolQuery.vendor Property

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

Description

The case-insensitive vendor specifies the vendor of the tool. The default empty vendor applies to all tools.

Syntax

"toolQuery_var" is a variable referencing a ToolQuery object.

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

# Set the value of the property.
toolQuery_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?