PostProcessingMachineElement.outputFolder Property

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

Description

Gets and sets the path for the output folder where the .nc files will be located.

Syntax

"postProcessingMachineElement_var" is a variable referencing a PostProcessingMachineElement object.

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

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

// Get the value of the property.
string propertyValue = postProcessingMachineElement_var->outputFolder();

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

Property Value

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

Version

Introduced in version July 2025