<?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: Field Calculate Annotation Angle in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculate-annotation-angle/m-p/1619517#M96189</link>
    <description>&lt;P&gt;You need your Expression and its properly format etc&lt;/P&gt;&lt;P&gt;see more examples including code blocks&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-field-examples.htm" target="_blank"&gt;Calculate Field Python examples—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Expression
calcAngle(!Angle!, value=5.0)  # field name in ! ! and value=5

# Code block
def calcAngle(old, value):
    newAngle = old + float(value) # although float shouldn't be needed
    return newAngle&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 29 May 2025 23:46:31 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2025-05-29T23:46:31Z</dc:date>
    <item>
      <title>Field Calculate Annotation Angle</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculate-annotation-angle/m-p/1619468#M96184</link>
      <description>&lt;P&gt;Attempting to use the field calculator to change the Angle field in a a feature linked annotation class that resides in a file geodatabase. Specifically, I am adding a value to the current value. Error 999999 is thrown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;def calcAngle(old, value):&lt;BR /&gt;&amp;nbsp; &amp;nbsp; newAngle = old + float(value)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; return newAngle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 21:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculate-annotation-angle/m-p/1619468#M96184</guid>
      <dc:creator>Jwalke20</dc:creator>
      <dc:date>2025-05-29T21:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculate Annotation Angle</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculate-annotation-angle/m-p/1619517#M96189</link>
      <description>&lt;P&gt;You need your Expression and its properly format etc&lt;/P&gt;&lt;P&gt;see more examples including code blocks&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-field-examples.htm" target="_blank"&gt;Calculate Field Python examples—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Expression
calcAngle(!Angle!, value=5.0)  # field name in ! ! and value=5

# Code block
def calcAngle(old, value):
    newAngle = old + float(value) # although float shouldn't be needed
    return newAngle&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 29 May 2025 23:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculate-annotation-angle/m-p/1619517#M96189</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-05-29T23:46:31Z</dc:date>
    </item>
  </channel>
</rss>

