ManufacturingModel.id Property

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

Description

Gets the unique identifier of the ManufacturingModel within the document.

Syntax

"manufacturingModel_var" is a variable referencing a ManufacturingModel object.

# Get the value of the property.
propertyValue = manufacturingModel_var.id
"manufacturingModel_var" is a variable referencing a ManufacturingModel object.
#include <Cam/ManufacturingModels/ManufacturingModel.h>

// Get the value of the property.
string propertyValue = manufacturingModel_var->id();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version April 2023