Method GetGroupTemplateObject
GetGroupTemplateObject(int)
Get the IGroupTemplate at the specified index.
Declaration
public IGroupTemplate GetGroupTemplateObject(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the template object. |
Returns
| Type | Description |
|---|---|
| IGroupTemplate | The AddressableAssetGroupTemplate object at the specified index. |