AccessibilityAnalysis.name Property

Parent Object: AccessibilityAnalysis
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/AccessibilityAnalysis.h>

Description

A property that gets and sets the name of the analysis. If you use a name that is not unique, Fusion will automatically append a number to the name to make it unique.

Syntax

"accessibilityAnalysis_var" is a variable referencing an AccessibilityAnalysis object.

# Get the value of the property.
propertyValue = accessibilityAnalysis_var.name

# Set the value of the property.
accessibilityAnalysis_var.name = propertyValue
"accessibilityAnalysis_var" is a variable referencing an AccessibilityAnalysis object.
#include <Fusion/Fusion/AccessibilityAnalysis.h>

// Get the value of the property.
string propertyValue = accessibilityAnalysis_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = accessibilityAnalysis_var->name(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version January 2023