<?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: How can I get object info using python in ArcGIS 10.3? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788046#M1491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I "clicked" I assume you mean selected.&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/searchcursor-class.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/searchcursor-class.htm"&gt;SearchCursor—Help | ArcGIS Desktop&lt;/A&gt; honor selections on layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2018 13:05:04 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2018-09-04T13:05:04Z</dc:date>
    <item>
      <title>How can I get object info using python in ArcGIS 10.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788042#M1487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;I want to get last clicked geometric object detailed properties: Field-Value pair from particular layer where this specific object resides using python.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/420974_arcq.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;In this case I clicked on the triangle with name&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;45040001&lt;/STRONG&gt;.&lt;/P&gt;&lt;P style="border: 0px; margin: 0px 0px 1em;"&gt;I am new in ArcGIS. There is a lot of videos and info available on the web, so I need a direction to dig. I want to do this in short period of time. Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 09:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788042#M1487</guid>
      <dc:creator>georgemam</dc:creator>
      <dc:date>2018-09-03T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get object info using python in ArcGIS 10.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788043#M1488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sharing with &lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;‌ since this question really doesn't involve the ArcGIS API for Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What information, specifically, do you want to retrieve?&amp;nbsp; All of the fields or just a subset?&amp;nbsp; If the latter, which fields make up the subset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seeing you want to retrieve information using Python, what do you want to do with that information?&amp;nbsp; How you want to process or handle the information will change people's suggestions of how to get the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788043#M1488</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-09-03T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get object info using python in ArcGIS 10.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788044#M1489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to retrieve all field-value pairs of clicked objects and send this information to another program, doesn't matters which program at this point. If this cannot be done with Python which language I can use instead ? I choose Python because I am familiar with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788044#M1489</guid>
      <dc:creator>georgemam</dc:creator>
      <dc:date>2018-09-03T13:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get object info using python in ArcGIS 10.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788045#M1490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps if you can share the script you are working with it would help people provide suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 16:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788045#M1490</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-09-03T16:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get object info using python in ArcGIS 10.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788046#M1491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I "clicked" I assume you mean selected.&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/searchcursor-class.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/searchcursor-class.htm"&gt;SearchCursor—Help | ArcGIS Desktop&lt;/A&gt; honor selections on layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 13:05:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788046#M1491</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-09-04T13:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get object info using python in ArcGIS 10.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788047#M1492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I mean selected object. &lt;STRONG&gt;SearchCursor&lt;/STRONG&gt; is a last step to retrieve object info. But I cannot go any farther, I'm stuck at the beginning.&amp;nbsp;I&amp;nbsp;think that I clearly described the problem at the very beginning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 10:46:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-can-i-get-object-info-using-python-in-arcgis/m-p/788047#M1492</guid>
      <dc:creator>georgemam</dc:creator>
      <dc:date>2018-09-13T10:46:37Z</dc:date>
    </item>
  </channel>
</rss>

