Having created a tool as a macro for several geoprocessing tasks, I'm saving user input to application settings so the user doesn't have to enter all required data on each use. I'm stuck on saving the spatial reference.
ESRI code shows using the FactoryCode and an enumeration to create either a projected or a geometry spatial reference. What I'm trying to figure out is how to get the enumeration, and how to identify whether the factorycode/enumeration points to a projected or geometry spatial reference.
I will greatly appreciate any answers/directions provided.