| 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 |
| name | type | length | inout | pnum |
| @value | int | 4 | input | 1 |
| varchar | 40 | output | 0 |