SplitFaceFeature.entityToken Property

Parent Object: SplitFaceFeature

Derived from: Feature.entityToken


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

Description

Syntax

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

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

Property Value

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

Version

Introduced in version September 2020