FUNCTION  fObjTypeN

Return the ObjType name, indexed by value

the ObjTypes can be found with
Select * from ObjType
Sample call to fObjTypeN.
select top 10 dbo.fObjTypeN(objType) as objType
from TiledTarget

see also fObjType

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar40input0