| Returns the InsideMask value corresponding to a name |
| The InsideMask values can be shown with Select * from InsideMask Sample call to find photo objects which are masked select top 10 objID, insideMask from PhotoObj where (dbo.fInsideMask('INMASK_BLEEDING') & insideMask) > 0 see also fInsideMaskN |
| name | type | length | inout | pnum |
| tinyint | 1 | input | 0 | |
| @name | varchar | 40 | input | 1 |