RuleFilletFeature.entityToken Property

Parent Object: RuleFilletFeature

Derived from: Feature.entityToken


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

Description

Syntax

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

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

Property Value

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

Version

Introduced in version September 2020