Quote Originally Posted by CCarleton View Post
I don't really care if it's a block or a field or anything just so long as if I set the cgeocs value to IA83-SF the text says Iowa State Planes-South Zone, and then if I switch it to IRCS-ZONE_08 it would say Iowa Regional Coordinate System-Zone 8.
ade_projgetinfo
Coordinate Transformation Functions



Gets information about a projection system.

(ade_projgetinfo cscode info_type)

Returns a piece of projection system information or nil.

cscode Coordinate system code (string), eight characters
info_type Information type (string); see Information Types below
Information Types description Description (string). For example, "World Geodetic System of 1984 Latitude/Longitude in Degrees".
projection Projection (string). For example, "Unity Conversion, produce/accept lat/longs".
datum Datum (string). For example, "North American Datum of 1927, Mean Values".

Use the cgeocs value for cscode.

FYI one of the bottom lines of my acaddoc.lsp:
Code:
(if(=(ade_projgetwscode)"")(princ "\nNo coordinate system set!")(princ(strcat "\nCoordinate system set to " (ade_projgetwscode) ". ")))