TangentConstraint.entityToken Property

Parent Object: TangentConstraint

Derived from: GeometricConstraint.entityToken


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

Description

Syntax

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

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

Property Value

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

Version

Introduced in version September 2020