The SE_CreateSrtextCount() function
The SE_CreateSrtextCount() function returns the number of spatial reference systems that use the specified ESRI Projection Engine ID number.
Syntax
SE_CreateSrtextCount (factory_id int)
Return type
INTEGER
Example
To return the number of spatial reference systems that use the ID 5109:
EXECUTE FUNCTION SE_SrtextCount(5109);
(expression)
2
1 row(s) retrieved.
The ID 5109 has two spatial reference system types.