I need to calculate some coordinates then pass the calculated coordinates to the currently active construction tool so that it will plot it on the active map. Is this possible or do I need to generate the entire feature and add it?
Thanks Sean
I should probably add that if you have all the geometry you need to create a feature and you don't need anything more from the user you could skip the sketch part and just create a feature with that geometry.
You cant send coordinates to the tool but you can directly manipulate the edit sketch geometry via IEditSketch.Geometry. You can get the existing geometry or make a new one and assign it to the sketch.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.