CAMFolder.modifyUtility Method
Parent Object:
CAMFolderDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMFolder.h>
Description
Get ModifyUtility for the current operation by given utility type.
Syntax
"cAMFolder_var" is a variable referencing a CAMFolder object.returnValue = cAMFolder_var.modifyUtility(utility)
|
"cAMFolder_var" is a variable referencing a CAMFolder object.
#include <Cam/CAM/CAMFolder.h>
returnValue = cAMFolder_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