<?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 is the documentation on Pythons GetFieldValue_mb in the ESRI API in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/where-is-the-documentation-on-pythons/m-p/103162#M7929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would this do? &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/get-field-value.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/get-field-value.htm"&gt;Get Field Value—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 15:46:42 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2015-06-25T15:46:42Z</dc:date>
    <item>
      <title>Where is the documentation on Pythons GetFieldValue_mb in the ESRI API</title>
      <link>https://community.esri.com/t5/python-questions/where-is-the-documentation-on-pythons/m-p/103161#M7928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't believe that there isn't an easily discovered, easily searchable API reference for ESRI's Python.&lt;/P&gt;&lt;P&gt;I'm trying to get more information on the function: GetFieldValue_mb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that this is in the ModelBuilder.&lt;/P&gt;&lt;P&gt;However, when I export as Python Script I now have a Python Command.&lt;/P&gt;&lt;P&gt;I need to be able to read the documentation on this and it is nowhere easily discovered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very frustrating... anyone have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 15:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-is-the-documentation-on-pythons/m-p/103161#M7928</guid>
      <dc:creator>BrianO_keefe</dc:creator>
      <dc:date>2015-06-25T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the documentation on Pythons GetFieldValue_mb in the ESRI API</title>
      <link>https://community.esri.com/t5/python-questions/where-is-the-documentation-on-pythons/m-p/103162#M7929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would this do? &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/get-field-value.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/modelbuilder-toolbox/get-field-value.htm"&gt;Get Field Value—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 15:46:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-is-the-documentation-on-pythons/m-p/103162#M7929</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-06-25T15:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the documentation on Pythons GetFieldValue_mb in the ESRI API</title>
      <link>https://community.esri.com/t5/python-questions/where-is-the-documentation-on-pythons/m-p/103163#M7930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Xander stated these commands should be searchable within our 10.3 documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-06-26_0931.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/113551_2015-06-26_0931.png" style="width: 620px; height: 672px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I want to note is that you're leveraging a "Model Only" tool and exporting the model to a python script. These "Model Only" tools are intended for use in ModelBuilder only, so you will need to leverage the functions available in the python to incorporate your conditional or loop logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="usage.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/113789_usage.png" style="width: 620px; height: 672px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, a replacement for the GetFieldValue tool could to utilize a cursor to parse the value from the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Search Cursor&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-data-access/searchcursor-class.htm"&gt;http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-data-access/searchcursor-class.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 16:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/where-is-the-documentation-on-pythons/m-p/103163#M7930</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-06-26T16:37:40Z</dc:date>
    </item>
  </channel>
</rss>

