Share

PostProcessInput.postConfiguration Property

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

Description

Gets and sets the full filename (including the path) for the post configuration file (.cps)

Syntax

"postProcessInput_var" is a variable referencing a PostProcessInput object.

# Get the value of the property.
propertyValue = postProcessInput_var.postConfiguration

# Set the value of the property.
postProcessInput_var.postConfiguration = propertyValue

Property Value

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

Version

Introduced in version January 2016

Was this information helpful?