<?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 How to structure the Identify tool depending on the visibility of layers in listeLaye in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-structure-the-identify-tool-depending-on/m-p/566450#M14569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I would like to have an identify tool that works with the list of layers and layers that are displayed or selected in the list of layers and when I adds an other layers, I wish it adds this new layers to the result of the identify.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I view a single layer is visible and then I click Identify on the map, it give the result of&amp;nbsp; all layers, even if just only one layer is checked, because in my service all layers are checked and in the opposite case, if I checks a single layer in the MXD, it appear just the result of this layer, even though I checked all the other layers in my application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;View that when launching the application there is only one layer that appears after and according to the need of the user, he can add or remove a layer to another.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; for indication, the layers in my mxd are all checked, and when I call the featurelayer in xaml I specify if I want the layer visible or not.&amp;nbsp; exemple :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri1:FeatureLayer ID="......."&amp;nbsp; Visible="False" Url=''....'' ...&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri1:FeatureLayer ID="......."&amp;nbsp; Visible="True" Url=''....'' ...&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, I would that Identifytool&amp;nbsp; operates&amp;nbsp; with the visibility of layers in the layers list and it displays or removes the result of the identifications according to the needs of each user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I should change the url in the code below&amp;nbsp; by an element which call the list of layers or grouplayers ...!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;IdentifyTask identifyTask = new IdentifyTask("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://romulus/ArcGIS/rest/services/Limites_Administratives_Luxembourg/MapServer" rel="nofollow" target="_blank"&gt;http://romulus/ArcGIS/rest/services/Limites_Administratives_Luxembourg/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is someone who has already done this? there is someone who has an idea.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 12:40:52 GMT</pubDate>
    <dc:creator>BarraLoubna</dc:creator>
    <dc:date>2012-11-15T12:40:52Z</dc:date>
    <item>
      <title>How to structure the Identify tool depending on the visibility of layers in listeLaye</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-structure-the-identify-tool-depending-on/m-p/566450#M14569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I would like to have an identify tool that works with the list of layers and layers that are displayed or selected in the list of layers and when I adds an other layers, I wish it adds this new layers to the result of the identify.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I view a single layer is visible and then I click Identify on the map, it give the result of&amp;nbsp; all layers, even if just only one layer is checked, because in my service all layers are checked and in the opposite case, if I checks a single layer in the MXD, it appear just the result of this layer, even though I checked all the other layers in my application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;View that when launching the application there is only one layer that appears after and according to the need of the user, he can add or remove a layer to another.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; for indication, the layers in my mxd are all checked, and when I call the featurelayer in xaml I specify if I want the layer visible or not.&amp;nbsp; exemple :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri1:FeatureLayer ID="......."&amp;nbsp; Visible="False" Url=''....'' ...&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri1:FeatureLayer ID="......."&amp;nbsp; Visible="True" Url=''....'' ...&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, I would that Identifytool&amp;nbsp; operates&amp;nbsp; with the visibility of layers in the layers list and it displays or removes the result of the identifications according to the needs of each user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I should change the url in the code below&amp;nbsp; by an element which call the list of layers or grouplayers ...!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;IdentifyTask identifyTask = new IdentifyTask("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://romulus/ArcGIS/rest/services/Limites_Administratives_Luxembourg/MapServer" rel="nofollow" target="_blank"&gt;http://romulus/ArcGIS/rest/services/Limites_Administratives_Luxembourg/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is someone who has already done this? there is someone who has an idea.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 12:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-structure-the-identify-tool-depending-on/m-p/566450#M14569</guid>
      <dc:creator>BarraLoubna</dc:creator>
      <dc:date>2012-11-15T12:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to structure the Identify tool depending on the visibility of layers in liste</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-structure-the-identify-tool-depending-on/m-p/566451#M14570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that you want to set the "LayerOption = LayerOption.visible" in the "IdentifyParameters()" in the code behind.&amp;nbsp; See the sample: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#Identify"&gt;http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#Identify&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 20:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-structure-the-identify-tool-depending-on/m-p/566451#M14570</guid>
      <dc:creator>ChrisBradberry</dc:creator>
      <dc:date>2012-11-15T20:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to structure the Identify tool depending on the visibility of layers in liste</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-structure-the-identify-tool-depending-on/m-p/566452#M14571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answer, just for accuracy, I have already specified this option:&amp;nbsp; "LayerOption = LayerOption.visible"&amp;nbsp; in the code behind.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see my post here :&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/29001-Identify-problem?p=249570#post249570"&gt;http://forums.arcgis.com/threads/29001-Identify-problem?p=249570#post249570&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 06:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-structure-the-identify-tool-depending-on/m-p/566452#M14571</guid>
      <dc:creator>BarraLoubna</dc:creator>
      <dc:date>2012-11-16T06:57:37Z</dc:date>
    </item>
  </channel>
</rss>

