<?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: cannot render PictureMarkersymbol in Feature Layer in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261363#M1235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that is true, but you can take the whole PictureMarkerSymbol object from the Renderer of the FeatureLayer that you have, so you don't have to create it yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Miri.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Jul 2013 14:39:18 GMT</pubDate>
    <dc:creator>MiriRevivo</dc:creator>
    <dc:date>2013-07-28T14:39:18Z</dc:date>
    <item>
      <title>cannot render PictureMarkersymbol in Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261359#M1231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you access picture marker symbols (like the one in the picture attached )in Feature Layers in order to render them on the map using C# and XAML &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]25715[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have upgraded to ArcGIS 10.1 SDK from 2.4 but I still cannot access these symbols&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Humza&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 06:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261359#M1231</guid>
      <dc:creator>HumzaAkhtar</dc:creator>
      <dc:date>2013-07-04T06:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: cannot render PictureMarkersymbol in Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261360#M1232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Humza,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this sample would be a good place to start working with feature layers and renderers in Runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Rendering_FeatureLayer/02q20000002r000000/"&gt;http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Rendering_FeatureLayer/02q20000002r000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially, the renderer is usually defined in the xaml file and is given a key, which is later used when creating the feature layer in order to specify its renderer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to access an existing UV renderer of a feature layer, you access the Renderer property of the feature layer and assign a UniqueValueRenderer object with it, and then access its UniqueValueInfos collection, which is a collection of all the symbols the renderer contains.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can read more here - &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Miri.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 09:26:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261360#M1232</guid>
      <dc:creator>MiriRevivo</dc:creator>
      <dc:date>2013-07-09T09:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: cannot render PictureMarkersymbol in Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261361#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for your reply Miri &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 03:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261361#M1233</guid>
      <dc:creator>HumzaAkhtar</dc:creator>
      <dc:date>2013-07-10T03:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: cannot render PictureMarkersymbol in Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261362#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried your solution but the problem is this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Picture Marker Symbols take 'source' as the image source meaning the url of the image as input in XAML. Now I have the images in the feature layer uploaded on my ArcGIS online server, therefore I cannot retrieve the image url from there for each symbol to put into picture marker symbol.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 02:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261362#M1234</guid>
      <dc:creator>HumzaAkhtar</dc:creator>
      <dc:date>2013-07-23T02:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: cannot render PictureMarkersymbol in Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261363#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that is true, but you can take the whole PictureMarkerSymbol object from the Renderer of the FeatureLayer that you have, so you don't have to create it yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Miri.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jul 2013 14:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/cannot-render-picturemarkersymbol-in-feature-layer/m-p/261363#M1235</guid>
      <dc:creator>MiriRevivo</dc:creator>
      <dc:date>2013-07-28T14:39:18Z</dc:date>
    </item>
  </channel>
</rss>

