AdditiveFFFLimitsMachineElement.elementId Property

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

Description

Identifier for this element. Unique within an element type.

Syntax

"additiveFFFLimitsMachineElement_var" is a variable referencing an AdditiveFFFLimitsMachineElement object.

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

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

Property Value

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

Version

Introduced in version July 2023