PatternElement.id Property
Parent Object:
PatternElementDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/PatternElement.h>
Description
Gets the id of this element within the pattern.
Syntax
"patternElement_var" is a variable referencing a PatternElement object.
# Get the value of the property. propertyValue = patternElement_var.id
|
"patternElement_var" is a variable referencing a PatternElement object.
#include <Fusion/Features/PatternElement.h>
// Get the value of the property. uinteger propertyValue = patternElement_var->id();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version November 2014