Operation.duplicate Method

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

Description

Creates a duplicate of the operation in the tree after the itself.

Syntax

"operation_var" is a variable referencing an Operation object.
returnValue = operation_var.duplicate()
"operation_var" is a variable referencing an Operation object.

#include <Cam/Operations/Operation.h>

returnValue = operation_var->duplicate();

Return Value

Type Description
boolean Returns if duplicate command was successful.

Version

Introduced in version May 2024