<?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: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression... in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442281#M5354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, oddly enough, I had to set the Opacity to 0.01 for this to work. If I set it to flat zero, the polygons still weren't being returned by the IdentifyLayerAsync&amp;nbsp;function at the given point where the user clicked on the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2020 18:05:17 GMT</pubDate>
    <dc:creator>StevenMcKenna</dc:creator>
    <dc:date>2020-03-04T18:05:17Z</dc:date>
    <item>
      <title>IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442275#M5348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use the&amp;nbsp;IdentifyLayerAsync function to search for polygons in a layer that I currently have a DefinitionExpression in effect, and it's not returning the polygons that aren't currently visible because of the filter. Is there any way to get around this restriction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 17:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442275#M5348</guid>
      <dc:creator>StevenMcKenna1</dc:creator>
      <dc:date>2020-03-03T17:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442276#M5349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this online or offline data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 19:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442276#M5349</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2020-03-03T19:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442277#M5350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's online connected to our local portal server. I'm using the .NET Runtime.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 19:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442277#M5350</guid>
      <dc:creator>StevenMcKenna1</dc:creator>
      <dc:date>2020-03-03T19:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442278#M5351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steven,&lt;/P&gt;&lt;P&gt;Identify will not return features that are not part of the definition expression on a layer.&lt;/P&gt;&lt;P&gt;One workaround you can try is to have another layer (same data source, no definition expression) but set the layer opacity to 0; since opacity will be ignored with identify...&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/ios/guide/identify-features.htm" title="https://developers.arcgis.com/net/latest/ios/guide/identify-features.htm"&gt;Identify features—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;, if you identify features on this new layer you will get the features you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you will only see the features returned by the definition expression, but you can identify all the features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 06:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442278#M5351</guid>
      <dc:creator>TonyWakim</dc:creator>
      <dc:date>2020-03-04T06:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442279#M5352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why thank you Tony. That is a wonderfully sneaky idea!&amp;nbsp; I'm going to implement this.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 11:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442279#M5352</guid>
      <dc:creator>StevenMcKenna1</dc:creator>
      <dc:date>2020-03-04T11:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442280#M5353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup I was thinking the same.&amp;nbsp; If they were offline I would say you could toggle the DefinitionExpression off/on.&amp;nbsp; We do for some other things and it isn't noticeable to the user, for something doing a small search&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:17:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442280#M5353</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2020-03-04T14:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442281#M5354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, oddly enough, I had to set the Opacity to 0.01 for this to work. If I set it to flat zero, the polygons still weren't being returned by the IdentifyLayerAsync&amp;nbsp;function at the given point where the user clicked on the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 18:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442281#M5354</guid>
      <dc:creator>StevenMcKenna</dc:creator>
      <dc:date>2020-03-04T18:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442282#M5355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The map is being smart and not doing work if the layer isn't actually visible. This means it's not actually pulling down data at all in this case. The idea behind identify is you're able to click what you see. If you can't see it, you can't click it.&lt;/P&gt;&lt;P&gt;The alternative is to do a spatial query against that layer instead if using identify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442282#M5355</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-03-09T16:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442283#M5356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this suggestion. I already implemented the zero opacity fake layer, but now I'm starting to think your solution might be cleaner (or more efficient, at least).&lt;/P&gt;&lt;P&gt;I'm assuming that I would need to first somehow convert the currently clicked on map position (passed into the GeoTapped event as e.Position) into an actual MapPoint. I think I have the code to do that.&lt;/P&gt;&lt;P&gt;However, which function would I use to perform a spatial query to find out which polygons intersect the MapPoint?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:21:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442283#M5356</guid>
      <dc:creator>StevenMcKenna</dc:creator>
      <dc:date>2020-03-09T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442284#M5357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The GeoTapped event also has e.Location which will give you the MapPoint &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;How you query a layer depends on the layer type. If it's a feature layer, you'd get it's FeatureTable and use the QueryAsync method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 17:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442284#M5357</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-03-09T17:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442285#M5358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will research the QueryAsync. All my experience thus far has only been using the QueryFeaturesAsync method using WHERE clauses directed at Attribute values. This spatial query stuff will be some new fun for me! I'm hunting for examples now.&lt;/P&gt;&lt;P&gt;Thanks once again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 18:52:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442285#M5358</guid>
      <dc:creator>StevenMcKenna</dc:creator>
      <dc:date>2020-03-09T18:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442286#M5359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something along these lines.&amp;nbsp; I always forget what the correct SpatialRelationship is should be either Within or Contains&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;private&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;async&lt;/SPAN&gt; Task&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;Feature&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Query&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Map map&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; MapPoint mapPoint&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
	FeatureLayer featureLayer &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OperationalLayers&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OfType&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;FeatureLayer&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;First&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fl &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; fl&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Name &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"MyLayerName"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

	&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; parameters &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;QueryParameters&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;Geometry &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; mapPoint&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; SpatialRelationship &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; SpatialRelationship&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Within&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
	&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; results &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; featureLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;FeatureTable&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;QueryFeaturesAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;parameters&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

	&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; results&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;First&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442286#M5359</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2021-12-11T19:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442287#M5360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe! This community is beyond helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 19:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442287#M5360</guid>
      <dc:creator>StevenMcKenna</dc:creator>
      <dc:date>2020-03-09T19:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442288#M5361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a follow-up question....&lt;/P&gt;&lt;P&gt;Although the QueryFeaturesAsync method you provided a wrapper function for works well and returns the feature that the given MapPoint is within, it isn't returning the feature with all the attributes populated (only the first two out of 27 are loaded). This is causing an error "The given key was not present in the dictionary" when I go to retrieve or update&amp;nbsp;the values. I looked at all the QueryParameter properties, and I couldn't locate any that tell it to load all the attributes upon running the query. I tried the one that tells it to load the geometry, but that didn't solve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2020 13:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442288#M5361</guid>
      <dc:creator>StevenMcKenna</dc:creator>
      <dc:date>2020-03-13T13:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442289#M5362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="line-numbers language-csharp"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;LoadAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/236680-get-attributes-from-featurelayergetselectedfeaturesasync"&gt;https://community.esri.com/thread/236680-get-attributes-from-featurelayergetselectedfeaturesasync&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By design all attributes are not returned when a ServiceLayer is queried in order to reduce the data coming across the wire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2020 15:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442289#M5362</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2020-03-13T15:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyLayerAsync not returning polygons hidden by DefinitionExpression...</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442290#M5363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked, thanks once again Joe!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2020 15:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identifylayerasync-not-returning-polygons-hidden/m-p/442290#M5363</guid>
      <dc:creator>StevenMcKenna</dc:creator>
      <dc:date>2020-03-13T15:44:27Z</dc:date>
    </item>
  </channel>
</rss>

