ContactSets.itemByName Method

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

Description

Returns the specified contact set.

Syntax

"contactSets_var" is a variable referencing a ContactSets object.
returnValue = contactSets_var.itemByName(name)
"contactSets_var" is a variable referencing a ContactSets object.

#include <Fusion/Components/ContactSets.h>

returnValue = contactSets_var->itemByName(name);

Return Value

Type Description
ContactSet Returns the specified contact set or null there isn't a contact set with that name.

Parameters

Name Type Description
name string The name of the contact set to return.

Version

Introduced in version September 2016