RemoveFeature.entityToken Property

Parent Object: RemoveFeature

Derived from: Feature.entityToken


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

Description

Syntax

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

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

Property Value

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

Version

Introduced in version September 2020