MachineQuery.vendor Property

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

Description

The case-insensitive vendor specifies the vendor of the machine. The default empty vendor applies to all machines.

Syntax

"machineQuery_var" is a variable referencing a MachineQuery object.

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

# Set the value of the property.
machineQuery_var.vendor = propertyValue
"machineQuery_var" is a variable referencing a MachineQuery object.
#include <Cam/Machine/MachineQuery.h>

// Get the value of the property.
string propertyValue = machineQuery_var->vendor();

// Set the value of the property, where value_var is a string.
bool returnValue = machineQuery_var->vendor(value_var);

Property Value

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

Version

Introduced in version April 2023