FUNCTION  fCoordTypeN

Return the CoordType name, indexed by value

the CoordTypes can be found with
Select * from CoordType
Sample call to fCoordTypeN.
select top 10 dbo.fCoordTypeN(coordType) as coordType
from TilingBoundary

see also fCoordType

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar40input0