<?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: AttributeError: module 'arcpy' has no attribute 'ImportCADAnnotation' in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/attributeerror-module-arcpy-has-no-attribute/m-p/1055295#M61064</link>
    <description>&lt;P&gt;Docs to read when moving to Pro and python 3&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/python-migration-for-arcgis-pro.htm" target="_blank"&gt;Python migration from 10.x to ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/appendices/unavailable-tools.htm" target="_blank"&gt;Tools that are not available in ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and in your specific ase&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conversion Tools&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CAD&lt;/STRONG&gt;&lt;BR /&gt;Import CAD Annotation&lt;BR /&gt;&lt;EM&gt;Note:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;CAD text in ArcGIS Pro can be converted to an annotation feature class using the Convert Labels To Annotation tool.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 May 2021 16:53:50 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-05-06T16:53:50Z</dc:date>
    <item>
      <title>AttributeError: module 'arcpy' has no attribute 'ImportCADAnnotation'</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-module-arcpy-has-no-attribute/m-p/1055165#M61049</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did ESRI deprecate the ImportCADAnnotation tool?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Variables for Import CAD Annotation
InputCADAnnotation = r"Z:\Development\CAD_ParcelAutomation\APRX\MyProject\Main.gdb\CAD_Geodatabase\Annotation"
OutputFeatureClass = r"Z:\Development\CAD_ParcelAutomation\APRX\MyProject\Main.gdb\CADAnno"

arcpy.ImportCADAnnotation(InputCADAnnotation, OutputFeatureClass, 1200)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;Traceback (most recent call last):
  File "Z:/Development/CAD_ParcelAutomation/Python/CAD_ParcelAutomation.py", line 71, in &amp;lt;module&amp;gt;
    arcpy.ImportCADAnnotation(InputCADAnnotation, OutputFeatureClass, 1200)
AttributeError: module 'arcpy' has no attribute 'ImportCADAnnotation'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 13:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-module-arcpy-has-no-attribute/m-p/1055165#M61049</guid>
      <dc:creator>GeoDev</dc:creator>
      <dc:date>2021-05-06T13:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: module 'arcpy' has no attribute 'ImportCADAnnotation'</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-module-arcpy-has-no-attribute/m-p/1055264#M61061</link>
      <description>&lt;P&gt;Looks like it's not there in Pro, perhaps&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/cad-to-geodatabase.htm" target="_blank"&gt;CAD To Geodatabase (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;will do it for you but that's just a guess tbh.&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 15:58:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-module-arcpy-has-no-attribute/m-p/1055264#M61061</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-05-06T15:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: module 'arcpy' has no attribute 'ImportCADAnnotation'</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-module-arcpy-has-no-attribute/m-p/1055295#M61064</link>
      <description>&lt;P&gt;Docs to read when moving to Pro and python 3&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/python-migration-for-arcgis-pro.htm" target="_blank"&gt;Python migration from 10.x to ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/appendices/unavailable-tools.htm" target="_blank"&gt;Tools that are not available in ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and in your specific ase&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conversion Tools&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CAD&lt;/STRONG&gt;&lt;BR /&gt;Import CAD Annotation&lt;BR /&gt;&lt;EM&gt;Note:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;CAD text in ArcGIS Pro can be converted to an annotation feature class using the Convert Labels To Annotation tool.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 16:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-module-arcpy-has-no-attribute/m-p/1055295#M61064</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-06T16:53:50Z</dc:date>
    </item>
  </channel>
</rss>

