PostProcessingMachineElement.elementId Property

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

Description

Identifier for this element. Unique within an element type.

Syntax

"postProcessingMachineElement_var" is a variable referencing a PostProcessingMachineElement object.

# Get the value of the property.
propertyValue = postProcessingMachineElement_var.elementId
"postProcessingMachineElement_var" is a variable referencing a PostProcessingMachineElement object.
#include <Cam/Machine/PostProcessingMachineElement.h>

// Get the value of the property.
string propertyValue = postProcessingMachineElement_var->elementId();

Property Value

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

Version

Introduced in version July 2025