PostProcessingMachineElement.updatePostParameters Method

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

Description

Overrides the default post parameters with the given user's input.

Syntax

"postProcessingMachineElement_var" is a variable referencing a PostProcessingMachineElement object.
returnValue = postProcessingMachineElement_var.updatePostParameters(parameters)
"postProcessingMachineElement_var" is a variable referencing a PostProcessingMachineElement object.

#include <Cam/Machine/PostProcessingMachineElement.h>

returnValue = postProcessingMachineElement_var->updatePostParameters(parameters);

Return Value

Type Description
boolean Returns true if the update was successful. False otherwise.

Parameters

Name Type Description
parameters CAMParameters

Version

Introduced in version July 2025