Returns the specified property group from the collection using the unique ID of the property group. The ID is consistent and can't be modified by the user and isn't affected by localization.
"propertyGroups_var" is a variable referencing a PropertyGroups object.
|
"propertyGroups_var" is a variable referencing a PropertyGroups object.
|
Type | Description |
PropertyGroup | Returns the specified PropertyGroup or null if the ID doesn't match a group within the collection. |
Name | Type | Description |
id | string | The unique ID of the property group. |
Name | Description |
Library Item API Sample | Demonstrates how to examine library items using the API. To use the sample, create a new Python or C++ script and copy and paste this code, replacing the existing default code. The script will search for and record all components and library items in the current project. They are displayed in a dialog when the script has finished. |