SketchPoint.entityToken Property

Parent Object: SketchPoint

Derived from: SketchEntity.entityToken


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

Description

Syntax

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

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

Property Value

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

Version

Introduced in version September 2020