ChildOperationList.itemByOperationId 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 operation id.
Syntax
"childOperationList_var" is a variable referencing a ChildOperationList object.returnValue = childOperationList_var.itemByOperationId(id) |
"childOperationList_var" is a variable referencing a ChildOperationList object.
#include <Cam/CAM/ChildOperationList.h>
returnValue = childOperationList_var->itemByOperationId(id);
|
Return Value
| Base |
Returns the specified item or null in the case where there is no item with the specified operation id. |
Parameters
| id |
integer |
The id of the operation, folder or pattern. |
Version
Introduced in version May 2020