I'm developing a tool that, when the user creates a feature in a certain feature class, prompts the user with a form to populate one of the fields in its attribute table. I'd like to have the user use the Editor sketch tool to create the feature, rather than creating my own implementation of the sketch tool, and the form should appear only when the tool is active.
My question is, then, how do I keep my custom tool activated and allow the user to use the sketch tool at the same time? Normally, a tool is deactivated when you switch to using another tool.
Following this question, I looked at the ITool.Deactivate method, but according to the ArcObjects documentation, setting Deactivate to False makes it so that the user cannot select another tool.
Can anyone please point me in the right direction on how to achieve this?
I'm using and developing against ArcGIS 10.2
أكثر...
My question is, then, how do I keep my custom tool activated and allow the user to use the sketch tool at the same time? Normally, a tool is deactivated when you switch to using another tool.
Following this question, I looked at the ITool.Deactivate method, but according to the ArcObjects documentation, setting Deactivate to False makes it so that the user cannot select another tool.
Can anyone please point me in the right direction on how to achieve this?
I'm using and developing against ArcGIS 10.2
أكثر...