ThinkGeo.com    |     Documentation    |     Premium Support

GetExternalGeographyUnit

How do I GetExternalGeographyUnit in v12?

Thanks,
Damian

Damian,
You can do like this

        ProjectionConverter prj = new ProjectionConverter(3857, 2364);
        prj.ExternalProjection.GetUnit();

Thanks

Frank

Thanks Frank.

It’s amazing how when you’ve mapped something in your head for years how even small changes like this are really hard to see!

Regards,
Damian

Thanks Damian,
Yes. There are some change are real hard to find out. Go ahead let us know if you have any issue to upgrade to V12.

Thanks

Frank