ManufacturingModels.itemById Method

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

Description

Returns ManufacturingModel with given id.

Syntax

"manufacturingModels_var" is a variable referencing a ManufacturingModels object.
returnValue = manufacturingModels_var.itemById(id)
"manufacturingModels_var" is a variable referencing a ManufacturingModels object.

#include <Cam/ManufacturingModels/ManufacturingModels.h>

returnValue = manufacturingModels_var->itemById(id);

Return Value

Type Description
ManufacturingModel Returns ManufacturingModel with the specified id or null if no ManufacturingModel has that id.

Parameters

Name Type Description
id string The id of the ManufacturingModel.

Version

Introduced in version April 2023