AdditivePlatformMachineElement.elementId Property

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

Description

Identifier for this element. Unique within an element type.

Syntax

"additivePlatformMachineElement_var" is a variable referencing an AdditivePlatformMachineElement object.

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

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

Property Value

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

Version

Introduced in version July 2023