Attributes.itemsByGroup Method
Parent Object:
AttributesDefined in namespace "adsk::core" and the header file is <Core/Application/Attributes.h>
Description
Returns an array of all of the attributes that belong to the specified group.
Syntax
"attributes_var" is a variable referencing an Attributes object.returnValue = attributes_var.itemsByGroup(groupName)
|
"attributes_var" is a variable referencing an Attributes object.
#include <Core/Application/Attributes.h>
returnValue = attributes_var->itemsByGroup(groupName);
|
Return Value
Attribute[] |
Returns an array of attributes or will fail in the case where an invalid group name is specified. |
Parameters
groupName |
string |
The name of the group. |
Version
Introduced in version May 2016