Machine.postURL Property

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

Description

Gets or sets the URL of the post assigned to the machine.

Syntax

"machine_var" is a variable referencing a Machine object.

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

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

// Get the value of the property.
Ptr<URL> propertyValue = machine_var->postURL();

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

Property Value

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

Version

Introduced in version April 2023