Returns the specified property from the group using an index into the gropu.
"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 using library items using the API. To use the sample, create a new Python or C++ script and copy and paste this code, replacing the default code. The sample also used an saved user document with Library component(s). Create document, save it and insert Library item into the document. When running the script, have a that design open. |