Message 1 of 4
Not applicable
04-04-2019
07:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all.
I want to call the command(e.g. LABCOOR or LABLAT) programmatically using:
doc.SendStringToExecute("LABLAT\n", false, false, false);
or
ed.Command("LABLAT");
or any other way.
Running this command requires user to pick a point. Is there a way to automate point selection?
And other question: is there a way to get results of a command programmatically as well?
Is that correct approach at all?
My problem in general: get lat/long values of a point to handle them later.
Thanks in advance.
Solved! Go to Solution.