ContactSets.itemByName Method
Parent Object:
ContactSetsDefined 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
ContactSet |
Returns the specified contact set or null there isn't a contact set with that name. |
Parameters
name |
string |
The name of the contact set to return. |
Version
Introduced in version September 2016