CAMParameters.resetToSystemDefaults Method

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

Description

Resets each parameter to its system default.

Syntax

"cAMParameters_var" is a variable referencing a CAMParameters object.
returnValue = cAMParameters_var.resetToSystemDefaults()
"cAMParameters_var" is a variable referencing a CAMParameters object.

#include <Cam/Operations/CAMParameters.h>

returnValue = cAMParameters_var->resetToSystemDefaults();

Return Value

Type Description
boolean Returns true if the reset was successful.

Version

Introduced in version September 2025