I asked this a few years ago, but didn't receive a response. How can I get a list of all coordinate systems? Sometimes our data does not have a WKID and the user would need to select one from a list.
Similarly, how can I get the name of a SpatialReference? There's no Name property.
I think this is what you are looking for:
this will take you to a page where you can download a .zip file that has some pdf documents that list different spatial references and pertinent information about each. There is one pdf each for GCS and Projected systems, and one for geographic transformations.
Thanks, but I should have been more specific. How can I get the list and a name for a given SpatialReference in code?