OperationBase.duplicate Method

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

Description

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

Syntax

"operationBase_var" is a variable referencing an OperationBase object.
returnValue = operationBase_var.duplicate()
"operationBase_var" is a variable referencing an OperationBase object.

#include <Cam/Operations/OperationBase.h>

returnValue = operationBase_var->duplicate();

Return Value

Type Description
boolean Returns if duplicate command was successful.

Version

Introduced in version May 2024