PathPatternFeature.entityToken Property

Parent Object: PathPatternFeature

Derived from: Feature.entityToken


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

Description

Syntax

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

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

Property Value

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

Version

Introduced in version September 2020