ZebraAnalysis.name Property

Parent Object: ZebraAnalysis
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ZebraAnalysis.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

"zebraAnalysis_var" is a variable referencing a ZebraAnalysis object.

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

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

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

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

Property Value

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

Version

Introduced in version January 2023