<?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: Identify on any feature layer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700517#M18014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure, you can iterate thru your Map.Layers and check for each layer's visible property and pass in the layer's Url to the IdentifyTask if layer is visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 04:42:42 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-08-05T04:42:42Z</dc:date>
    <item>
      <title>Identify on any feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700516#M18013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample at &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#Identify"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#Identify&lt;/A&gt;&lt;SPAN&gt; shows how to run an Identify operation on a layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Identify layer is hard-coded:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Dim identifyTask As New IdentifyTask("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/&lt;/A&gt;&lt;SPAN&gt;" &amp;amp; "Demographics/ESRI_Census_USA/MapServer")&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to write an Identify tool which will work on any visible feature layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 04:34:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700516#M18013</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-08-05T04:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on any feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700517#M18014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure, you can iterate thru your Map.Layers and check for each layer's visible property and pass in the layer's Url to the IdentifyTask if layer is visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 04:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700517#M18014</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-05T04:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on any feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700518#M18015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide any sample code (or even pseudo code)? The sample I mentioned uses:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim identifyTask As New IdentifyTask(URL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the syntax if I don't wish to have a new identify task for each layer, but rather a single identify task which works on any visible layer (like the ArcMap Identify tool with the "visible layers" option chosen)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 05:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700518#M18015</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-08-05T05:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on any feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700519#M18016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need one Identify task by Dynamic Map service layer. This task will identify all sublayers at the same time (can be controled by a parameter) .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have more than one dynamic map service layer, you will need more than one task but you can put all the results in the same dialog box&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you provide any sample code (or even pseudo code)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did that in the &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16959"&gt;&lt;SPAN style="color:#417394;"&gt;'Web Map Viewer' sample&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can test the identify with this &lt;/SPAN&gt;&lt;A href="http://broux.dominique.free.fr/Silverlight/WebMapViewer/WebMapViewer.html?webmapid=588b7b78a71e4952b863170252442639"&gt;webmap &lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;, it's possible to get identify results from the 2 map service layers..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 10:59:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-on-any-feature-layer/m-p/700519#M18016</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-08-06T10:59:36Z</dc:date>
    </item>
  </channel>
</rss>

