PropertyGroups.item Method

Parent Object: PropertyGroups
Defined in namespace "adsk::core" and the header file is <Core/Application/PropertyGroups.h>

Description

Returns the specified property group from the collection using an index into the collection.

Syntax

"propertyGroups_var" is a variable referencing a PropertyGroups object.
returnValue = propertyGroups_var.item(index)
"propertyGroups_var" is a variable referencing a PropertyGroups object.

#include <Core/Application/PropertyGroups.h>

returnValue = propertyGroups_var->item(index);

Return Value

Type Description
PropertyGroup Returns the specified item or null if an invalid index was specified.

Parameters

Name Type Description
index integer The index of the property within the collection where the first item is 0.

Version

Introduced in version January 2024