<?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: nax Module addFields Method in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/nax-module-addfields-method/m-p/1451677#M8713</link>
    <description>&lt;P&gt;few examples, but a list of lists perhaps&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/network-analyst/setting-analysis-inputs.htm#ESRI_SECTION1_74EEA24F902D4ECB9C994A7A615C229F" target="_blank"&gt;Set analysis inputs—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Add a custom field called NumTrucks to the Service Area Facilities input class
field_definitions = [["NumTrucks", "SHORT"]]
service_area.addFields(arcpy.nax.ServiceAreaInputDataType.Facilities, field_definitions)&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 12 May 2024 20:37:10 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-05-12T20:37:10Z</dc:date>
    <item>
      <title>nax Module addFields Method</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/nax-module-addfields-method/m-p/1451353#M8712</link>
      <description>&lt;P&gt;I Want to add an extra field to the routes layer in a Vehicle Routing Problem Layer created by the nax module. But I can't figure out, what is the right syntax for the field_description.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;vrp.addFields(arcpy.nax.VehicleRoutingProblemInputDataType2.Routes, ["new_field","FLOAT",""])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This doesn't work&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 19:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/nax-module-addfields-method/m-p/1451353#M8712</guid>
      <dc:creator>TimSemmelhaack</dc:creator>
      <dc:date>2024-05-12T19:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: nax Module addFields Method</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/nax-module-addfields-method/m-p/1451677#M8713</link>
      <description>&lt;P&gt;few examples, but a list of lists perhaps&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/network-analyst/setting-analysis-inputs.htm#ESRI_SECTION1_74EEA24F902D4ECB9C994A7A615C229F" target="_blank"&gt;Set analysis inputs—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Add a custom field called NumTrucks to the Service Area Facilities input class
field_definitions = [["NumTrucks", "SHORT"]]
service_area.addFields(arcpy.nax.ServiceAreaInputDataType.Facilities, field_definitions)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 12 May 2024 20:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/nax-module-addfields-method/m-p/1451677#M8713</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-05-12T20:37:10Z</dc:date>
    </item>
  </channel>
</rss>

