<?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 Create a batch button on toolbar? in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041231#M2212</link>
    <description>&lt;P&gt;I am creating a custom toolbar to suit my needs.&amp;nbsp; A couple of the tools need to be run in batch mode with a batch grid.&amp;nbsp; I can't seem to figure out how to add this option when dragging a tool onto the toolbar in customize mode.&amp;nbsp; The tools I would like to run in batch mode are, Repair Geometry and Apply Symbology from Layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Mar 2021 21:17:27 GMT</pubDate>
    <dc:creator>RickyReid</dc:creator>
    <dc:date>2021-03-26T21:17:27Z</dc:date>
    <item>
      <title>Create a batch button on toolbar?</title>
      <link>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041231#M2212</link>
      <description>&lt;P&gt;I am creating a custom toolbar to suit my needs.&amp;nbsp; A couple of the tools need to be run in batch mode with a batch grid.&amp;nbsp; I can't seem to figure out how to add this option when dragging a tool onto the toolbar in customize mode.&amp;nbsp; The tools I would like to run in batch mode are, Repair Geometry and Apply Symbology from Layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 21:17:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041231#M2212</guid>
      <dc:creator>RickyReid</dc:creator>
      <dc:date>2021-03-26T21:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create a batch button on toolbar?</title>
      <link>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041474#M2229</link>
      <description>&lt;P&gt;This is something I have found super helpful over the years.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First I would suggest creating a custom tool box and save it in&amp;nbsp; your&amp;nbsp; &amp;nbsp;c:\\Users...Documents\ArcGIS folder.&lt;/P&gt;&lt;P&gt;Create your script or model&amp;nbsp;&lt;/P&gt;&lt;P&gt;Access the Toolbox and add your script or model to the custom toolbox.&lt;/P&gt;&lt;P&gt;In ArcMAP&lt;/P&gt;&lt;P&gt;Start to customize. Select the Command tab. Scroll all the way to the bottom and select [Geoprocessing Tools].&amp;nbsp; &amp;nbsp;The select Add tools.&amp;nbsp; Navigate to your custom Toolbox and add the script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The add the tool to your custom tool bar.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/adding-a-script-tool.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/adding-a-script-tool.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 11:41:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041474#M2229</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2021-03-29T11:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create a batch button on toolbar?</title>
      <link>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041548#M2238</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; This is something I have played around with as well, however I'm not able to give it a batch option.&amp;nbsp; I'm not super familiar with scripting though.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 15:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041548#M2238</guid>
      <dc:creator>RickyReid</dc:creator>
      <dc:date>2021-03-29T15:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create a batch button on toolbar?</title>
      <link>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041553#M2239</link>
      <description>&lt;P&gt;Technically a script is a batch function, when you execute the script it may perform numerous operations.&amp;nbsp; I typically create my scripts using Model Builder.&amp;nbsp; You can save the models in the Tool Box and export them as a python script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have a lot of scripts I run a lot so I keep mine simply in the tool box and access them as needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 15:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041553#M2239</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2021-03-29T15:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create a batch button on toolbar?</title>
      <link>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041567#M2240</link>
      <description>&lt;P&gt;Basically this is what I want to create. i will need to do some research on how to create this in model builder.&amp;nbsp; I was hoping it would be more simple.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 15:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041567#M2240</guid>
      <dc:creator>RickyReid</dc:creator>
      <dc:date>2021-03-29T15:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create a batch button on toolbar?</title>
      <link>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041579#M2241</link>
      <description>&lt;P&gt;Your trying to apply symbology to feature classes automatically?&lt;/P&gt;&lt;P&gt;If that is the situation you may be better off creating Layer Files.&amp;nbsp; Layer files will save your symbols, visibility scale, and labeling.&lt;/P&gt;&lt;P&gt;When you create a layer file and add it to a new&amp;nbsp; . mxd it will read from the same data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Conversely you can set the symbology in the database itself.&lt;/P&gt;&lt;P&gt;Start ArcCatalog&amp;nbsp; and navigate to your Feature.&amp;nbsp; Right click on it and open properties.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a tab called Representations. You can add multiple different symbology sets to the feature class. You will still need to create a layer file.&lt;/P&gt;&lt;P&gt;We played around with this for our enterprise data and decided to go with Layer Files.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 16:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041579#M2241</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2021-03-29T16:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a batch button on toolbar?</title>
      <link>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041595#M2242</link>
      <description>&lt;P&gt;Yes I thought about representation and layer templates as an option but each feature class is unique and is named differently everyday. I just needed a quick way to apply the same symbology to several layers at once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just looking for a way to put a batch version of tool on a toolbar.&amp;nbsp; Looks like my best option is simply using a toolbox and right clicking on the tool I need.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 16:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/create-a-batch-button-on-toolbar/m-p/1041595#M2242</guid>
      <dc:creator>RickyReid</dc:creator>
      <dc:date>2021-03-29T16:17:48Z</dc:date>
    </item>
  </channel>
</rss>

