<?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: Adding Interactive feature selection to a  Python script in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633195#M21100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can anyone tell me if it is possible to incorporate an interactive selection or drawing in an ArcTool based on a Python script?&lt;BR /&gt;&lt;BR /&gt;There is instructions in the Desktop Help on how to do it with a Model, but I don't see how it can be done purely with a script. I tried adding a 'Featureset' object on an ArcTool dialog, but the 'Add records interactively' option is grayed out.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you please let me know the place of the instructions for interactive selection model building because if you have a model it means you have the python codes? What you need to do is to go to model manu in model window and choose export to python script. Done. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know the place of those instructions and model. Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Babak&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2013 15:47:01 GMT</pubDate>
    <dc:creator>babakkasraei</dc:creator>
    <dc:date>2013-01-29T15:47:01Z</dc:date>
    <item>
      <title>Adding Interactive feature selection to a  Python script</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633192#M21097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anyone tell me if it is possible to incorporate an interactive selection or drawing in an ArcTool based on a Python script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is instructions in the Desktop Help on how to do it with a Model, but I don't see how it can be done purely with a script. I tried adding a 'Featureset' object on an ArcTool dialog, but the 'Add records interactively' option is grayed out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 14:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633192#M21097</guid>
      <dc:creator>StevePeaslee</dc:creator>
      <dc:date>2010-04-26T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Adding Interactive feature selection to a  Python script</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633193#M21098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you need to do is define your schema of your feature set or record set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To do this, in catalog, expand your tool, right click and select properties -&amp;gt; Parameter Tab -&amp;gt; Click on the record set or feature set parameter -&amp;gt; click on schema in properties -&amp;gt; select a table of feature class to model the parameter after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Press Apply and OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you should be able to interactively use a feature set/record set.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 14:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633193#M21098</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2010-04-27T14:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Interactive feature selection to a  Python script</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633194#M21099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See the Desktop help topic &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/A_quick_tour_of_using_Feature_Set_and_Record_Set/002w00000023000000/"&gt;A quick tour of using Feature set and Record set&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; It's the first topic in a small book about using these two data types.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 03:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633194#M21099</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2010-06-02T03:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Interactive feature selection to a  Python script</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633195#M21100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can anyone tell me if it is possible to incorporate an interactive selection or drawing in an ArcTool based on a Python script?&lt;BR /&gt;&lt;BR /&gt;There is instructions in the Desktop Help on how to do it with a Model, but I don't see how it can be done purely with a script. I tried adding a 'Featureset' object on an ArcTool dialog, but the 'Add records interactively' option is grayed out.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you please let me know the place of the instructions for interactive selection model building because if you have a model it means you have the python codes? What you need to do is to go to model manu in model window and choose export to python script. Done. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know the place of those instructions and model. Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Babak&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 15:47:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/adding-interactive-feature-selection-to-a-nbsp/m-p/633195#M21100</guid>
      <dc:creator>babakkasraei</dc:creator>
      <dc:date>2013-01-29T15:47:01Z</dc:date>
    </item>
  </channel>
</rss>

