<?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: Where to find the full code for stock tools in ArcMap? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100997#M7858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Dan mentioned, the underlying code is protected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, ESRI does expose some of it, so people can do development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Historically, the restrictions ESRI has have changed over time, so it might be best to contact ESRI Tech Support and ask where things are at for your particular situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 22:11:56 GMT</pubDate>
    <dc:creator>ChrisDonohue__GISP</dc:creator>
    <dc:date>2014-11-19T22:11:56Z</dc:date>
    <item>
      <title>Where to find the full code for stock tools in ArcMap?</title>
      <link>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100993#M7854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if there is a way to view the source code of tools? I know I can get the python script to run the tool from esri help, but I am trying to find the script for Buffer 3D so that I can modify it to make a new script. I'm a newbie to scripting language and creating scripts so any help is greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100993#M7854</guid>
      <dc:creator>MorganHarris</dc:creator>
      <dc:date>2014-11-19T20:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find the full code for stock tools in ArcMap?</title>
      <link>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100994#M7855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont' know if this will specifically work for Buffer 3d, but if you are looking for Python code for a tool, you can often get it from running the tool, then exporting the Python Snippet.&amp;nbsp; Check out Dan Patterson's posts (part-way down) in this recent thread - he details how to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/116880"&gt;https://community.esri.com/thread/116880&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another avenue might be to delve into the world of ArcObjects.&amp;nbsp; However, that is a more formidible environment than Python for most, and has a much steeper learning curve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One potential issue - in the past ESRI has stated that they do not expose all of their code, so be aware that there are some processes that may not be available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 21:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100994#M7855</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2014-11-19T21:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find the full code for stock tools in ArcMap?</title>
      <link>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100995#M7856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are looking to modify the underlying compiled code, you can't ... not legally anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 21:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100995#M7856</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-19T21:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find the full code for stock tools in ArcMap?</title>
      <link>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100996#M7857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script that I get when I copy the python snippet is just the basic arcpy.Buffer_3D (i.e. it is referencing the tool in the toolbox). I am hoping to get the actual script for the tool itself so that I can see how that tool works (through script) and potentially modify it for a new script tool. Maybe this isn't something you can't do with stock tools in ArcMap? Basically, I want to be able to view to script as it was written to create the tool itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 21:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100996#M7857</guid>
      <dc:creator>MorganHarris</dc:creator>
      <dc:date>2014-11-19T21:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find the full code for stock tools in ArcMap?</title>
      <link>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100997#M7858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Dan mentioned, the underlying code is protected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, ESRI does expose some of it, so people can do development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Historically, the restrictions ESRI has have changed over time, so it might be best to contact ESRI Tech Support and ask where things are at for your particular situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 22:11:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100997#M7858</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2014-11-19T22:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find the full code for stock tools in ArcMap?</title>
      <link>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100998#M7859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks for the information!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 22:23:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-to-find-the-full-code-for-stock-tools-in/m-p/100998#M7859</guid>
      <dc:creator>MorganHarris</dc:creator>
      <dc:date>2014-11-19T22:23:23Z</dc:date>
    </item>
  </channel>
</rss>

