<?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: Is it possible to filter out the attributes returned by the IdentifyTask? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-it-possible-to-filter-out-the-attributes/m-p/89644#M2186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is by design that you are getting all attributes as response to the Identify request. You can simply ignore the attributes you don't need. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this SDK sample &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify&lt;/A&gt;&lt;SPAN&gt; you can update the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 &amp;lt;slData:DataGridTextColumn Binding="{Binding Path=Key}" FontWeight="Bold"/&amp;gt;
 &amp;lt;slData:DataGridTextColumn Binding="{Binding Path=Value}"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 &amp;lt;slData:DataGridTextColumn Binding="{Binding [&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;ObjectID&lt;/SPAN&gt;]}"/&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 23:25:22 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2021-12-10T23:25:22Z</dc:date>
    <item>
      <title>Is it possible to filter out the attributes returned by the IdentifyTask?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-it-possible-to-filter-out-the-attributes/m-p/89643#M2185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using IdentifyTask to get the features in a Polygon geometry. I am getting the correct result but I don't need all the attributes for features, All i need is the object id of the features. Is it possible to filter out the attributes to be returned by the IdentifyTask?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 13:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-it-possible-to-filter-out-the-attributes/m-p/89643#M2185</guid>
      <dc:creator>PrashantKhanal</dc:creator>
      <dc:date>2012-01-12T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to filter out the attributes returned by the IdentifyTask?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-it-possible-to-filter-out-the-attributes/m-p/89644#M2186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is by design that you are getting all attributes as response to the Identify request. You can simply ignore the attributes you don't need. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this SDK sample &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify&lt;/A&gt;&lt;SPAN&gt; you can update the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 &amp;lt;slData:DataGridTextColumn Binding="{Binding Path=Key}" FontWeight="Bold"/&amp;gt;
 &amp;lt;slData:DataGridTextColumn Binding="{Binding Path=Value}"/&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 &amp;lt;slData:DataGridTextColumn Binding="{Binding [&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;ObjectID&lt;/SPAN&gt;]}"/&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:25:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-it-possible-to-filter-out-the-attributes/m-p/89644#M2186</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-10T23:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to filter out the attributes returned by the IdentifyTask?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-it-possible-to-filter-out-the-attributes/m-p/89645#M2187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried subsitution listed above, but it does not seem to work in my case. I have used this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;slData:DataGridTextColumn Binding="{Binding [OBJECTID]}"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While my features (points at the moment, soon to be points and polygons) appear to be identified, there are no attributes associated with them. Is there something else I am missing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 13:00:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-it-possible-to-filter-out-the-attributes/m-p/89645#M2187</guid>
      <dc:creator>JohnWall</dc:creator>
      <dc:date>2012-08-03T13:00:38Z</dc:date>
    </item>
  </channel>
</rss>

