<?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 Optimized way of selection using attributes in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/optimized-way-of-selection-using-attributes/m-p/714382#M18356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an silverlight app which is using one or more map services. I am also using layers from the mapservice for selection purpose with "SelectionOnly" mode . And it is working fine with editor selection tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have an tool which will get ObjectIds from SOE. The SOE will perform network related operations and returns the ObjectIds of result features. I cannot use the SOE to return geometry, as some times it returns large number of features but user may want to select only few features. I want to select features from the layer using these objectids. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me, what is the best method (with performance) to do it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Krishna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2011 19:08:10 GMT</pubDate>
    <dc:creator>KrishnaPragada</dc:creator>
    <dc:date>2011-12-27T19:08:10Z</dc:date>
    <item>
      <title>Optimized way of selection using attributes</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/optimized-way-of-selection-using-attributes/m-p/714382#M18356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an silverlight app which is using one or more map services. I am also using layers from the mapservice for selection purpose with "SelectionOnly" mode . And it is working fine with editor selection tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have an tool which will get ObjectIds from SOE. The SOE will perform network related operations and returns the ObjectIds of result features. I cannot use the SOE to return geometry, as some times it returns large number of features but user may want to select only few features. I want to select features from the layer using these objectids. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me, what is the best method (with performance) to do it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Krishna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 19:08:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/optimized-way-of-selection-using-attributes/m-p/714382#M18356</guid>
      <dc:creator>KrishnaPragada</dc:creator>
      <dc:date>2011-12-27T19:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Optimized way of selection using attributes</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/optimized-way-of-selection-using-attributes/m-p/714383#M18357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can either use the ObjectIDs property of the feature layer (see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer~ObjectIDs.html"&gt;doc&lt;/A&gt;&lt;SPAN&gt;) but in this case you have to change the mode of the feature layer to 'Snapshot' or 'OnDemand' in order to get all corresponding features, or you can manage the query by yourself (using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.Query~ObjectIDs.html"&gt;ObjectIDs &lt;/A&gt;&lt;SPAN&gt;property of the query) and add the returned features to your layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Performances should be similar since both methods use the same underlying query to the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 08:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/optimized-way-of-selection-using-attributes/m-p/714383#M18357</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-12-30T08:23:48Z</dc:date>
    </item>
  </channel>
</rss>

