NCProgram.modifyUtility Method
Parent Object:
NCProgramDefined in namespace "adsk::cam" and the header file is <Cam/NCProgram/NCProgram.h>
Description
Get ModifyUtility for the current operation by given utility type.
Syntax
"nCProgram_var" is a variable referencing a NCProgram object.returnValue = nCProgram_var.modifyUtility(utility)
|
"nCProgram_var" is a variable referencing a NCProgram object.
#include <Cam/NCProgram/NCProgram.h>
returnValue = nCProgram_var->modifyUtility(utility);
|
Return Value
ModifyUtility |
Returns ModifyUtility for specific type or null if the type is not compatible with the operation. |
Parameters
Version
Introduced in version September 2023