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