<?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: Snap Error Using Arcpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324079#M68497</link>
    <description>&lt;P&gt;If you use the GP tool and copy the python snippet, this is what you get, and is working for me.&lt;/P&gt;&lt;P&gt;Though, not really what the documentation says.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;snapEnv = "WBDHU12 EDGE '5 Meters'"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;Also, code &lt;A href="https://community.esri.com/t5/community-help-documents/how-to-insert-code-in-your-post/ta-p/914552" target="_self"&gt;formatting&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2023 20:03:59 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2023-08-30T20:03:59Z</dc:date>
    <item>
      <title>Snap Error Using Arcpy</title>
      <link>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324052#M68495</link>
      <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure why I am getting this error message," ERROR 000800: The value is not a member of End | Vertex | Edge" when I try to use the snap tool using arcpy. Here is my simplified script below that I tested in python command window, which gave me the same error as my script:&amp;nbsp;&lt;/P&gt;&lt;P&gt;snapEnv = ['WBDHU12',"EDGE",'5 Meters']&lt;BR /&gt;arcpy.edit.Snap('FeatureClassName',snapEnv)&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 19:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324052#M68495</guid>
      <dc:creator>tzz_12</dc:creator>
      <dc:date>2023-08-30T19:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Error Using Arcpy</title>
      <link>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324056#M68496</link>
      <description>&lt;P&gt;Hmmm I found the help a bit confusing, but perhaps it just needs to be wrapped in another set of brackets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;snapEnv = [['WBDHU12',"EDGE",'5 Meters']]
arcpy.edit.Snap('FeatureClassName',snapEnv)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 30 Aug 2023 19:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324056#M68496</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-08-30T19:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Error Using Arcpy</title>
      <link>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324079#M68497</link>
      <description>&lt;P&gt;If you use the GP tool and copy the python snippet, this is what you get, and is working for me.&lt;/P&gt;&lt;P&gt;Though, not really what the documentation says.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;snapEnv = "WBDHU12 EDGE '5 Meters'"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;Also, code &lt;A href="https://community.esri.com/t5/community-help-documents/how-to-insert-code-in-your-post/ta-p/914552" target="_self"&gt;formatting&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 20:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324079#M68497</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-08-30T20:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Error Using Arcpy</title>
      <link>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324122#M68500</link>
      <description>&lt;P&gt;Thanks David! It works now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 20:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/snap-error-using-arcpy/m-p/1324122#M68500</guid>
      <dc:creator>tzz_12</dc:creator>
      <dc:date>2023-08-30T20:54:19Z</dc:date>
    </item>
  </channel>
</rss>

