<?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 Identify Task on Dynamic Layers in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345466#M1724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the code from the esri sample application to overlay shapefiles and rasters in our application. Is it possible to run an identify task on these dynamic layers? I cant seem to get it to work from code or the rest services page..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Sep 2013 23:07:41 GMT</pubDate>
    <dc:creator>MattGiles</dc:creator>
    <dc:date>2013-09-14T23:07:41Z</dc:date>
    <item>
      <title>Identify Task on Dynamic Layers</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345466#M1724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the code from the esri sample application to overlay shapefiles and rasters in our application. Is it possible to run an identify task on these dynamic layers? I cant seem to get it to work from code or the rest services page..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Sep 2013 23:07:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345466#M1724</guid>
      <dc:creator>MattGiles</dc:creator>
      <dc:date>2013-09-14T23:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task on Dynamic Layers</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345467#M1725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide a quick app that demonstrates what the issue is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 14:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345467#M1725</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2013-12-02T14:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task on Dynamic Layers</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345468#M1726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know this is an old post but I have the same question &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is xaml and cs (Silverlight SDK 3.2 / VS 2013)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. click the button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. click on a blue feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice either no information is returned or only the main workspace information is returned not the dynamic layer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 11:40:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345468#M1726</guid>
      <dc:creator>JimHenry</dc:creator>
      <dc:date>2014-05-30T11:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task on Dynamic Layers</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345469#M1727</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;You should just need to set the DynamicLayerInfos on the IdentifyParameters class: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/silverlight/api-reference/#ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.IdentifyParameters~DynamicLayerInfos.html"&gt;https://developers.arcgis.com/silverlight/api-reference/#ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.IdentifyParameters~DynamicLayerInfos.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry if the API was unclear in this case - we'll consider ways in which we can improve this for the new .NET API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 08:13:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/identify-task-on-dynamic-layers/m-p/345469#M1727</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-06-02T08:13:04Z</dc:date>
    </item>
  </channel>
</rss>

