SketchText.entityToken Property

Parent Object: SketchText

Derived from: SketchEntity.entityToken


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

Description

Syntax

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

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

Property Value

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

Version

Introduced in version September 2020