ChildOperationList.itemByName Method
Parent Object:
ChildOperationListDefined in namespace "adsk::cam" and the header file is <Cam/CAM/ChildOperationList.h>
Description
Returns the operation, folder or pattern with the specified name (the name seen in the browser).
Syntax
"childOperationList_var" is a variable referencing a ChildOperationList object.returnValue = childOperationList_var.itemByName(name) |
"childOperationList_var" is a variable referencing a ChildOperationList object.
#include <Cam/CAM/ChildOperationList.h>
returnValue = childOperationList_var->itemByName(name);
|
Return Value
| Base |
Returns the specified item or null in the case where there is no item with the specified name. |
Parameters
| name |
string |
The name of the operation, folder or pattern as seen in the browser. |
Version
Introduced in version January 2016