<?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: Get annotation feature extent in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652872#M13155</link>
    <description>&lt;P&gt;See&amp;nbsp;&lt;SPAN&gt;&lt;A href="http://&amp;nbsp;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic76623.html" target="_self"&gt;GetDrawingOutline&amp;nbsp;&lt;/A&gt;on the AnnotationLayer (inherited from BasicFeatureLayer) which has options for how detailed of a shape you'd like.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 16:33:29 GMT</pubDate>
    <dc:creator>CraigWilliams</dc:creator>
    <dc:date>2025-09-24T16:33:29Z</dc:date>
    <item>
      <title>Get annotation feature extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652302#M13139</link>
      <description>&lt;P&gt;Hello everyone, i'm working with annotation layer and annotation feature.&lt;/P&gt;&lt;P&gt;I added an annotation feature to annotation layer. Now i want to get it's precise extent. I tried inpector.GetAnnotationProperties().Shape, but it returns a MapPoint, not the boundary of text. If i use inspector["Shape"] or inspector.GeometryAttribute.CurrentValue, it returns a polygon, but not exactly bound the text, like in image below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9150b64a415bcb05924a.jpg" style="width: 300px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140795i36B0DD2515437CF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9150b64a415bcb05924a.jpg" alt="9150b64a415bcb05924a.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My question is, how to get annotation feature boundary, exactly cover the text, like this image&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="77bc59f0c3e149bf10f0.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140796i18CFB0199A765AE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="77bc59f0c3e149bf10f0.jpg" alt="77bc59f0c3e149bf10f0.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 07:08:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652302#M13139</guid>
      <dc:creator>MinhHoangf</dc:creator>
      <dc:date>2025-09-23T07:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get annotation feature extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652629#M13147</link>
      <description>&lt;P&gt;Have you tried the&amp;nbsp; &lt;A href="https://pro.arcgis.com/en/pro-app/3.3/sdk/api-reference/topic5720.html" target="_self"&gt;CIMTextGraphic.Shape&amp;nbsp;&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 21:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652629#M13147</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2025-09-23T21:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get annotation feature extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652681#M13148</link>
      <description>&lt;P&gt;Yes, it returns a MapPoint. I also tried AnnotationFeature.GetGraphicOutline(), but it returns same polygon as inspector["Shape"].&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 01:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652681#M13148</guid>
      <dc:creator>MinhHoangf</dc:creator>
      <dc:date>2025-09-24T01:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get annotation feature extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652872#M13155</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;SPAN&gt;&lt;A href="http://&amp;nbsp;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic76623.html" target="_self"&gt;GetDrawingOutline&amp;nbsp;&lt;/A&gt;on the AnnotationLayer (inherited from BasicFeatureLayer) which has options for how detailed of a shape you'd like.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 16:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1652872#M13155</guid>
      <dc:creator>CraigWilliams</dc:creator>
      <dc:date>2025-09-24T16:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get annotation feature extent</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1653038#M13158</link>
      <description>&lt;P&gt;It works perfectly. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 01:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/get-annotation-feature-extent/m-p/1653038#M13158</guid>
      <dc:creator>MinhHoangf</dc:creator>
      <dc:date>2025-09-25T01:23:32Z</dc:date>
    </item>
  </channel>
</rss>

