ChildOperationList.itemByOperationId Method

Parent Object: ChildOperationList
Defined 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

Type Description
Base Returns the specified item or null in the case where there is no item with the specified operation id.

Parameters

Name Type Description
id integer The id of the operation, folder or pattern.

Version

Introduced in version May 2020