PostProcessingMachineElement.postURL Property

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

Description

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

Syntax

"postProcessingMachineElement_var" is a variable referencing a PostProcessingMachineElement object.

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

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

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

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

Property Value

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

Version

Introduced in version July 2025