<?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: Accessing ArcPad Geoprocessing tools with Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545481#M42545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know the specifics of the tool, but type this in a python window and it will give you the parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;help("arcpy.ArcPadCheckin_ArcPad")&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2012 12:15:17 GMT</pubDate>
    <dc:creator>MathewCoyle</dc:creator>
    <dc:date>2012-02-07T12:15:17Z</dc:date>
    <item>
      <title>Accessing ArcPad Geoprocessing tools with Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545480#M42544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to write a simple script that automates the arcpad check out / check in process.&amp;nbsp; I've been unable to find any helpfiles for the geoprocessing tools (I know they're only associated with the ArcPad extension).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I put the tool in model builder and exported as a python script to find that the tool is: &lt;/SPAN&gt;&lt;STRONG&gt;arcpy.ArcPadCheckin_ArcPad()&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know what the parameters for the tool are.&amp;nbsp; I've looked through google, the ArcMap helpfiles and ArcPad help files and haven't found anything of use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please point me in the right direction -- anything describing the parameters would be much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 12:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545480#M42544</guid>
      <dc:creator>RoyHewitt</dc:creator>
      <dc:date>2012-02-07T12:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ArcPad Geoprocessing tools with Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545481#M42545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know the specifics of the tool, but type this in a python window and it will give you the parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;help("arcpy.ArcPadCheckin_ArcPad")&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 12:15:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545481#M42545</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-02-07T12:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ArcPad Geoprocessing tools with Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545482#M42546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's what I got: "no Python documentation found for 'arcpy.ArcPadCheckin_ArcPad'"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will try tech support. See if they have anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't know the specifics of the tool, but type this in a python window and it will give you the parameters.&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;help("arcpy.ArcPadCheckin_ArcPad")&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 14:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545482#M42546</guid>
      <dc:creator>jungao</dc:creator>
      <dc:date>2013-05-24T14:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ArcPad Geoprocessing tools with Python</title>
      <link>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545483#M42547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have a compatible ArcPad extension installed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: You may have to manually import the toolbox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eg for ArcPad 10.0 with ArcGIS 10.x&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;arcpad_box_path = r'C:\Program Files (x86)\ArcGIS\ArcPad10.0\DesktopTools10\ArcPad Tools.tbx'
arcpy.ImportToolbox(arcpad_box_path)
help("arcpy.ArcPadCheckin_ArcPad")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:36:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/accessing-arcpad-geoprocessing-tools-with-python/m-p/545483#M42547</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2021-12-11T23:36:23Z</dc:date>
    </item>
  </channel>
</rss>

