<?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 UniqueValueRenderer on GUID fields doesn't work in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/uniquevaluerenderer-on-guid-fields-doesn-t-work/m-p/152735#M916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;Have anyone been using ArcGIS UniqueValueRenderer on attribute fields of type GUID?&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;I've created a UniqueValueRenderer that has a default symbol. If I do:&lt;/P&gt;&lt;PRE style="margin-bottom: 10px; padding: 5px; font-size: 12px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #333333; background-color: #eeeeee;"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;renderer.Fields.Add("OBJECTID"); &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;or&lt;/P&gt;&lt;PRE style="margin-bottom: 10px; padding: 5px; font-size: 12px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #333333; background-color: #eeeeee;"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;renderer.Fields.Add("textfield"); // Field of type text &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;it works as expected. The features are rendered with the default symbol. (I haven't added any specific values to the UniqueValuesInfoCollection yet).&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;But if I change the code to:&lt;/P&gt;&lt;PRE style="margin-bottom: 10px; padding: 5px; font-size: 12px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #333333; background-color: #eeeeee;"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;renderer.Fields.Add("guidfield"); // Field of type GUID &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;the output is blank.. None of the features are being displayed. Seems like the code crashes or something, producing no result for the map to display. I've looked at the log files on the server, but haven't found anything there..&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;Anyone have a clue what might be wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 06:50:00 GMT</pubDate>
    <dc:creator>TormodBoga</dc:creator>
    <dc:date>2015-04-21T06:50:00Z</dc:date>
    <item>
      <title>UniqueValueRenderer on GUID fields doesn't work</title>
      <link>https://community.esri.com/t5/developers-questions/uniquevaluerenderer-on-guid-fields-doesn-t-work/m-p/152735#M916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;Have anyone been using ArcGIS UniqueValueRenderer on attribute fields of type GUID?&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;I've created a UniqueValueRenderer that has a default symbol. If I do:&lt;/P&gt;&lt;PRE style="margin-bottom: 10px; padding: 5px; font-size: 12px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #333333; background-color: #eeeeee;"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;renderer.Fields.Add("OBJECTID"); &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;or&lt;/P&gt;&lt;PRE style="margin-bottom: 10px; padding: 5px; font-size: 12px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #333333; background-color: #eeeeee;"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;renderer.Fields.Add("textfield"); // Field of type text &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;it works as expected. The features are rendered with the default symbol. (I haven't added any specific values to the UniqueValuesInfoCollection yet).&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;But if I change the code to:&lt;/P&gt;&lt;PRE style="margin-bottom: 10px; padding: 5px; font-size: 12px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #333333; background-color: #eeeeee;"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;renderer.Fields.Add("guidfield"); // Field of type GUID &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;the output is blank.. None of the features are being displayed. Seems like the code crashes or something, producing no result for the map to display. I've looked at the log files on the server, but haven't found anything there..&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333; background-color: rgba(248, 248, 248, 0.6);"&gt;Anyone have a clue what might be wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 06:50:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/uniquevaluerenderer-on-guid-fields-doesn-t-work/m-p/152735#M916</guid>
      <dc:creator>TormodBoga</dc:creator>
      <dc:date>2015-04-21T06:50:00Z</dc:date>
    </item>
  </channel>
</rss>

