- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am looking to get the Lat/Long value of a point3d (x,y,0)
I have a coordinate system set (AZ83-CF for this example)
and I am using a blocks position as my point3d.
I have done this in LISP before but now need to perform this as part of a larger C# program.
(setq ename (car ent))
(setq start_pnt (cadr ent))
(setq PROJECTIONSOURCE (ade_projgetwscode))
(ade_projsetsrc PROJECTIONSOURCE)
(ade_projsetdest "LL84")
(setq longlat (ade_projptforward start_pnt))
Thanks for any help.
Solved! Go to Solution.
Link copied