FUNCTION  fCoordType

Return the CoordType value, indexed by name

the CoordTypes can be found with
Select * from CoordType
Sample call to fCoordType.
select top 10 *
from TilingBoundary
where coordType = dbo.fCoordType('RA_DEC')

see also fCoordTypeN

Input and output parameters

nametypelengthinoutpnum
 int4input0
@namevarchar40input1