PostProcessInput.programName Property
Parent Object:
PostProcessInputDefined in namespace "adsk::cam" and the header file is <Cam/CAM/PostProcessInput.h>
Description
Gets and sets the program name or number. If the post configuration specifies the parameter programNameIsInteger = true, then the program name must be a number.
Syntax
"postProcessInput_var" is a variable referencing a PostProcessInput object.
# Get the value of the property. propertyValue = postProcessInput_var.programName
# Set the value of the property. postProcessInput_var.programName = propertyValue
|
"postProcessInput_var" is a variable referencing a PostProcessInput object.
#include <Cam/CAM/PostProcessInput.h>
// Get the value of the property. string propertyValue = postProcessInput_var->programName();
// Set the value of the property, where value_var is a string. bool returnValue = postProcessInput_var->programName(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version January 2016