RigidGroupList.itemByName Method
Parent Object:
RigidGroupListDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/RigidGroupList.h>
Description
Function that returns the specified rigid group using a name.
Syntax
"rigidGroupList_var" is a variable referencing a RigidGroupList object.returnValue = rigidGroupList_var.itemByName(name)
|
"rigidGroupList_var" is a variable referencing a RigidGroupList object.
#include <Fusion/Components/RigidGroupList.h>
returnValue = rigidGroupList_var->itemByName(name);
|
Return Value
RigidGroup |
Returns the specified item or null if an invalid name was specified. |
Parameters
name |
string |
The name of the item within the list to return. |
Version
Introduced in version January 2016