NCProgram.moveInto Method
Parent Object:
NCProgramDefined in namespace "adsk::cam" and the header file is <Cam/NCProgram/NCProgram.h>
Description
Move operation in tree into the given container. This only works with setups, patterns and folders. Moved operation will be moved at the end of all operations already in the container. Throws an exception if a not allowed move is made for example moving a setup into a setup.
Syntax
"nCProgram_var" is a variable referencing a NCProgram object.returnValue = nCProgram_var.moveInto(container) |
"nCProgram_var" is a variable referencing a NCProgram object.
#include <Cam/NCProgram/NCProgram.h>
returnValue = nCProgram_var->moveInto(container);
|
Return Value
| boolean |
Returns if move operation was successful. |
Parameters
| container |
OperationBase |
Container to move targeted operation into. |
Version
Introduced in version May 2024