| SUI_GetRefconByName (arrayName) --> refCon | ||
| Parameter | Type | Description |
| arrayName | String | Name of the process string array |
| Returns | Type | Description |
| refCon | Longint | The refcon of the embedded model |
| Description You can obtain an embedded model's refcon value by passing the name of the array used, rather than the index number (as you would using SUI_GetRefcon(n)). | ||