Returns the specified property from the group using an index into the group.
"propertyGroup_var" is a variable referencing a PropertyGroup object.
|
"propertyGroup_var" is a variable referencing a PropertyGroup object.
|
Type | Description |
Property | Returns the specified group or null if an invalid index was specified. |
Name | Type | Description |
index | integer | The index of the property within the group where the first item is 0. |
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. |