CAMFolders.itemByOperationId Method

Parent Object: CAMFolders
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMFolders.h>

Description

Returns the folder with the specified operation id.

Syntax

"cAMFolders_var" is a variable referencing a CAMFolders object.
returnValue = cAMFolders_var.itemByOperationId(id)
"cAMFolders_var" is a variable referencing a CAMFolders object.

#include <Cam/CAM/CAMFolders.h>

returnValue = cAMFolders_var->itemByOperationId(id);

Return Value

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

Parameters

Name Type Description
id integer The id of the folder.

Version

Introduced in version May 2020