ContactSet.name Property

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

Description

Gets and sets the name of the contact set.

Syntax

"contactSet_var" is a variable referencing a ContactSet object.

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

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

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

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

Property Value

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

Version

Introduced in version September 2016