<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Annotation editing display feedback in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/annotation-editing-display-feedback/m-p/1634701#M13071</link>
    <description>&lt;P&gt;Any luck with this?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 18:40:15 GMT</pubDate>
    <dc:creator>FabricioBezerra</dc:creator>
    <dc:date>2025-07-21T18:40:15Z</dc:date>
    <item>
      <title>Annotation editing display feedback</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/annotation-editing-display-feedback/m-p/1395902#M11225</link>
      <description>&lt;P&gt;My goal is to get these nice annotation editing display feedbacks (see pictures) in a custom annotation editing map tool.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="esri_editing_EditVerticesModifyFeatures.png" style="width: 379px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97997i7616D882AB3B2B42/image-dimensions/379x72?v=v2" width="379" height="72" role="button" title="esri_editing_EditVerticesModifyFeatures.png" alt="esri_editing_EditVerticesModifyFeatures.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="esri_editing_EditVerticesText.png" style="width: 359px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97998i87A8A4539BD9E855/image-dimensions/359x128?v=v2" width="359" height="128" role="button" title="esri_editing_EditVerticesText.png" alt="esri_editing_EditVerticesText.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To achieve this I built my own MapTool. In the OnSketchCompleteAsync method I programmatically execute esri_editing_EditVerticesText or esri_editing_EditVerticesModifyFeatures. Editing.daml says both are buttons. See code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;IPlugInWrapper wrapper = FrameworkApplication.GetPlugInWrapper("esri_editing_EditVerticesText");
var command = wrapper as RelayCommand;
command?.Execute(null);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After programmatically clicking these buttons I get the desired display feedback but another out-of-the-box Pro tool becomes the active tool: esri_editing_ModifyFeatureImpl.&lt;/P&gt;&lt;P&gt;After programmatically deactivating the appropriate states I could disable esri_editing_EditingMapCondition which is the condition of the esri_editing_ModifyFeatureImpl tool. As a result esri_editing_ModifyFeatureImpl didn't became the active tool anymore but the desired display feedbacks were gone too.&lt;/P&gt;&lt;P&gt;Question:&lt;BR /&gt;I want my custom MapTool to remain Pro's active tool after programmatically executing esri_editing_EditVerticesText so I can catch mouse or key down events but still have the annotation editing display feedbacks. How can I achieve that?&lt;/P&gt;&lt;P&gt;In ArcMap we did the same: we programmatically executed ArcMap commands in a custom tool. This way we could build a all-in-one annotation editing tool that fitted our customers needs and we could re-use the built-in annotation editing display feedbacks.&lt;/P&gt;&lt;P&gt;Any help is much appreciated. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 14:57:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/annotation-editing-display-feedback/m-p/1395902#M11225</guid>
      <dc:creator>DanielRoth</dc:creator>
      <dc:date>2024-03-14T14:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation editing display feedback</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/annotation-editing-display-feedback/m-p/1634701#M13071</link>
      <description>&lt;P&gt;Any luck with this?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 18:40:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/annotation-editing-display-feedback/m-p/1634701#M13071</guid>
      <dc:creator>FabricioBezerra</dc:creator>
      <dc:date>2025-07-21T18:40:15Z</dc:date>
    </item>
  </channel>
</rss>

