Machine.vendor Property

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

Description

Gets and sets the vendor name of the machine.

Syntax

"machine_var" is a variable referencing a Machine object.

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

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

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

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

Property Value

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

Version

Introduced in version April 2023