OffsetConstraint.entityToken Property

Parent Object: OffsetConstraint

Derived from: GeometricConstraint.entityToken


Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/OffsetConstraint.h>

Description

Syntax

"offsetConstraint_var" is a variable referencing an OffsetConstraint object.
# Get the value of the property.
propertyValue = offsetConstraint_var.entityToken
"offsetConstraint_var" Is a variable referencing an OffsetConstraint Object.
#include <Fusion/Sketch/OffsetConstraint.h>

// Get the value of the property.
string propertyValue = offsetConstraint_var->entityToken();
"offsetConstraint_var" Is a variable referencing an OffsetConstraint Object.
// Get the value of the property.
propertyValue = offsetConstraint_var.entityToken;

Property Value

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

Version

Introduced in version September 2020