NCProgramPostProcessOptions.postProcessExecutionBehavior Property

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

Description

Gets and sets the post process behavior with regards to the operations' error or out of date states. Uses PostProcessExecutionBehavior_OmitInvalidAndEmptyOperations by default.

Syntax

"nCProgramPostProcessOptions_var" is a variable referencing a NCProgramPostProcessOptions object.

# Get the value of the property.
propertyValue = nCProgramPostProcessOptions_var.postProcessExecutionBehavior

# Set the value of the property.
nCProgramPostProcessOptions_var.postProcessExecutionBehavior = propertyValue
"nCProgramPostProcessOptions_var" is a variable referencing a NCProgramPostProcessOptions object.
#include <Cam/NCProgram/NCProgramPostProcessOptions.h>

// Get the value of the property.
PostProcessExecutionBehaviors propertyValue = nCProgramPostProcessOptions_var->postProcessExecutionBehavior();

// Set the value of the property, where value_var is a PostProcessExecutionBehaviors.
bool returnValue = nCProgramPostProcessOptions_var->postProcessExecutionBehavior(value_var);

Property Value

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

Version

Introduced in version May 2023