<?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 Task identifys also invisble features (LayerDefinition) in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84707#M2068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to get or create a list of those features that are still visible after using the LayerDefinition?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using this i maybe could get rid of the other (invisible) identified features without ArcGIS 10 by comparing the list of visible features with the one with all identified features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2011 12:14:16 GMT</pubDate>
    <dc:creator>UlfGrimhardt</dc:creator>
    <dc:date>2011-10-12T12:14:16Z</dc:date>
    <item>
      <title>Identify Task identifys also invisble features (LayerDefinition)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84702#M2063</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;in my app i use dynamic LayerDefinitions to make features visible and invisible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem is, that if i use the identify task even the invisible features are part of the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i solve this problem and identify only the visible features?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 05:38:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84702#M2063</guid>
      <dc:creator>UlfGrimhardt</dc:creator>
      <dc:date>2011-09-12T05:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task identifys also invisble features (LayerDefinition)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84703#M2064</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;The Identify Parameters have a Property - LayerOption. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LayerOption.visible will then only identify on the Visible Layers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If its something you tried and didnt work. You can Also get a list array of all the visible layers you want to identify on and set the LayerIds property of the Identify Parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;De Wet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 06:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84703#M2064</guid>
      <dc:creator>De_WetEllis</dc:creator>
      <dc:date>2011-09-12T06:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task identifys also invisble features (LayerDefinition)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84704#M2065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;LayerDefinitions of IdentifyParameter should to the trick (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.IdentifyParameters~LayerDefinitions.html"&gt;documentation&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set it with the same value you set your service so only viisble features (i.e. same layer defintion) will be identified.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 10:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84704#M2065</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-09-12T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task identifys also invisble features (LayerDefinition)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84705#M2066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mhmm there is no LayerDefinition of IdentifyParameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible that this is only possible with ArcGIS Server 10 and Silverlight API Version above 1.2?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 05:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84705#M2066</guid>
      <dc:creator>UlfGrimhardt</dc:creator>
      <dc:date>2011-09-13T05:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task identifys also invisble features (LayerDefinition)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84706#M2067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mhmm there is no LayerDefinition of IdentifyParameter.&lt;BR /&gt;Is it possible that this is only possible with ArcGIS Server 10 and Silverlight API Version above 1.2?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The LayerDefinitions parameter has been added in 2.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 09:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84706#M2067</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-09-13T09:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Task identifys also invisble features (LayerDefinition)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84707#M2068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to get or create a list of those features that are still visible after using the LayerDefinition?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using this i maybe could get rid of the other (invisible) identified features without ArcGIS 10 by comparing the list of visible features with the one with all identified features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 12:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/identify-task-identifys-also-invisble-features/m-p/84707#M2068</guid>
      <dc:creator>UlfGrimhardt</dc:creator>
      <dc:date>2011-10-12T12:14:16Z</dc:date>
    </item>
  </channel>
</rss>

