<?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: Get URL of IdentifyResult in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/get-url-of-identifyresult/m-p/166827#M3897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Paul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Not sure exactly on your question but Flex is 100% case sensitive so your code should be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;...
var fl:FeatureLayer;
for each (var identifyResult:IdentifyResult in identifyResults)
{
fl.graphicProvider = identifyResult.feature.graphics;
Alert.show(fl.url);
}
...
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:08:00 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-12T16:08:00Z</dc:date>
    <item>
      <title>Get URL of IdentifyResult</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/get-url-of-identifyresult/m-p/166826#M3896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looping through the results of an Identify Operation and would like to compare the URL (of the containing feature layer) of the IdentifyResult feature; how can I access it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This does not work: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var fl:FeatureLayer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for each (var identifyResult:IdentifyResult in identifyResults)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; fl.graphicProvider = identifyResult.feature.graphics;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Alert.show(FL.url);&lt;/SPAN&gt;&lt;BR /&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;I would assume something similar...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 14:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/get-url-of-identifyresult/m-p/166826#M3896</guid>
      <dc:creator>PaulSchneider</dc:creator>
      <dc:date>2010-09-24T14:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get URL of IdentifyResult</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/get-url-of-identifyresult/m-p/166827#M3897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Paul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Not sure exactly on your question but Flex is 100% case sensitive so your code should be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;...
var fl:FeatureLayer;
for each (var identifyResult:IdentifyResult in identifyResults)
{
fl.graphicProvider = identifyResult.feature.graphics;
Alert.show(fl.url);
}
...
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/get-url-of-identifyresult/m-p/166827#M3897</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T16:08:00Z</dc:date>
    </item>
  </channel>
</rss>

