<?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 features from a FeatureCollectionLayer in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-features-from-a-featurecollectionlayer/m-p/469194#M5789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For identifying on FeatureCollections, try checking the SublayerResults...&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: small;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; (identifyLayerResult.SublayerResults?.Count &amp;gt; 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;foreach&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; sr &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; identifyLayerResult.SublayerResults)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; (sr.Popups?.Count &amp;gt; 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; identifyInfoString += sr.LayerContent.Name + &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;": --&amp;gt; "&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; + sr.Popups.Count + &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;" features identified."&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; + &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: small; font-family: Consolas;"&gt;Environment&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;.NewLine;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; identifyInfoString += sr.LayerContent.Name + &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;": --&amp;gt; "&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; + sr.GeoElements.Count + &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;" features identified."&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; + &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: small; font-family: Consolas;"&gt;Environment&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;.NewLine;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2017 16:58:47 GMT</pubDate>
    <dc:creator>TonyWakim</dc:creator>
    <dc:date>2017-05-15T16:58:47Z</dc:date>
    <item>
      <title>Identify features from a FeatureCollectionLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-features-from-a-featurecollectionlayer/m-p/469192#M5787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am adding features to my map by manually creating a FeatureCollectionLayer from a JSON webservice. &amp;nbsp;Now I am not able to identify features on my map once they are tapped. &amp;nbsp;The&amp;nbsp;IdentifyLayerAsync method seems will not return any GeoElements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the exact same code on a FeatureLayer and it works perfectly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the process change for a FeatureCollectionLayer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 04:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-features-from-a-featurecollectionlayer/m-p/469192#M5787</guid>
      <dc:creator>IraCunningham</dc:creator>
      <dc:date>2017-05-10T04:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identify features from a FeatureCollectionLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-features-from-a-featurecollectionlayer/m-p/469193#M5788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After further research, it appears that identify is only available on Feature Layers and Graphic Layers. &amp;nbsp;Features in a FeatureCollectionLayer are not capable of having GeoElements identified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 21:34:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-features-from-a-featurecollectionlayer/m-p/469193#M5788</guid>
      <dc:creator>IraCunningham</dc:creator>
      <dc:date>2017-05-10T21:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Identify features from a FeatureCollectionLayer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/identify-features-from-a-featurecollectionlayer/m-p/469194#M5789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For identifying on FeatureCollections, try checking the SublayerResults...&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: small;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; (identifyLayerResult.SublayerResults?.Count &amp;gt; 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;foreach&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; sr &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; identifyLayerResult.SublayerResults)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; (sr.Popups?.Count &amp;gt; 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; identifyInfoString += sr.LayerContent.Name + &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;": --&amp;gt; "&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; + sr.Popups.Count + &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;" features identified."&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; + &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: small; font-family: Consolas;"&gt;Environment&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;.NewLine;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; identifyInfoString += sr.LayerContent.Name + &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;": --&amp;gt; "&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; + sr.GeoElements.Count + &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;" features identified."&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; + &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: small; font-family: Consolas;"&gt;Environment&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;.NewLine;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 16:58:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/identify-features-from-a-featurecollectionlayer/m-p/469194#M5789</guid>
      <dc:creator>TonyWakim</dc:creator>
      <dc:date>2017-05-15T16:58:47Z</dc:date>
    </item>
  </channel>
</rss>

