PostProcessInput.postProperties Property

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

Description

Gets and sets the list of post properties. Each property has a string name and a ValueInput object. The default value for this is an empty NamedValues.

Syntax

"postProcessInput_var" is a variable referencing a PostProcessInput object.

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

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

// Get the value of the property.
Ptr<NamedValues> propertyValue = postProcessInput_var->postProperties();

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

Property Value

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

Samples

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

Version

Introduced in version May 2020