SUI_GetRefconByName Table of Contents || Prev | Next || [?]

 
SUI_GetRefconByName (arrayName) --> refCon
 
ParameterTypeDescription
arrayNameStringName of the process string array
 
ReturnsTypeDescription
refConLongintThe 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)).

See SUI_GetSpokenByName for more information.