Share

NCProgram.duplicate Method

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

Description

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

Syntax

"nCProgram_var" is a variable referencing a NCProgram object.
returnValue = nCProgram_var.duplicate()

Return Value

Type Description
boolean Returns if duplicate command was successful.

Version

Introduced in version May 2024

Was this information helpful?