PostProcessInput.isOpenInEditor Property

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

Description

Gets and sets the option if opening the CNC file with the editor after it is created. The default value for this property is true.

Syntax

"postProcessInput_var" is a variable referencing a PostProcessInput object.

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

# Set the value of the property.
postProcessInput_var.isOpenInEditor = propertyValue
"postProcessInput_var" is a variable referencing a PostProcessInput object.
#include <Cam/CAM/PostProcessInput.h>

// Get the value of the property.
boolean propertyValue = postProcessInput_var->isOpenInEditor();

// Set the value of the property, where value_var is a boolean.
bool returnValue = postProcessInput_var->isOpenInEditor(value_var);

Property Value

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

Samples

Name Description
Post Toolpaths API Sample Demonstrates posting toolpaths in the active document.

Version

Introduced in version January 2016