ManufacturingModels.itemById Method
Parent Object:
ManufacturingModelsDefined 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
ManufacturingModel |
Returns ManufacturingModel with the specified id or null if no ManufacturingModel has that id. |
Parameters
id |
string |
The id of the ManufacturingModel. |
Version
Introduced in version April 2023