HorizontalPointsConstraint.entityToken Property

Parent Object: HorizontalPointsConstraint

Derived from: GeometricConstraint.entityToken


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

Description

Syntax

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

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

Property Value

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

Version

Introduced in version September 2020