<?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: QueryFeaturesAsync results with limited number of attributes in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456021#M5604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call Feature.LoadAsync()&lt;/P&gt;&lt;P&gt;&lt;/P&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;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2019 22:39:10 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2019-09-19T22:39:10Z</dc:date>
    <item>
      <title>QueryFeaturesAsync results with limited number of attributes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456020#M5603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll frame this question using the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcgis-runtime-samples-dotnet\src\WPF\ArcGISRuntime.WPF.Viewer\Samples\Data\FeatureLayerQuery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When doing a QueryFeaturesAsync on the feature table, the resulting feature has only 3 attributes populated (NAME, OBJECTID, STATE_NAME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are quite a few more fields available as shown &lt;A href="https://services.arcgis.com/jIL9msH9OI208GCb/arcgis/rest/services/USA_Daytime_Population_2016/FeatureServer/0"&gt;here&lt;/A&gt;.&amp;nbsp; And, of course, this fails:&lt;/P&gt;&lt;PRE style="color: #dadada; background: #1e1e1e;"&gt;&lt;SPAN style="color: #569cd6;"&gt;var&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="color: gainsboro;"&gt;abbrev&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="color: #b4b4b4;"&gt;=&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="color: gainsboro;"&gt;feature&lt;/SPAN&gt;&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: gainsboro;"&gt;Attributes&lt;/SPAN&gt;&lt;SPAN style="color: gainsboro;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: yellow;"&gt;"ST_ABBREV"&lt;/SPAN&gt;&lt;SPAN style="color: gainsboro;"&gt;];&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;How do you execute QueryFeaturesAsync and get all of the attributes returned?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 21:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456020#M5603</guid>
      <dc:creator>CraigStephens1</dc:creator>
      <dc:date>2019-09-19T21:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: QueryFeaturesAsync results with limited number of attributes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456021#M5604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call Feature.LoadAsync()&lt;/P&gt;&lt;P&gt;&lt;/P&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;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 22:39:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456021#M5604</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-09-19T22:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: QueryFeaturesAsync results with limited number of attributes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456022#M5605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe!&amp;nbsp; In the end, this does make sense.&amp;nbsp; In the absence of experience or message boards, this answer is elusive in both the samples and online help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 13:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456022#M5605</guid>
      <dc:creator>CraigStephens1</dc:creator>
      <dc:date>2019-09-20T13:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: QueryFeaturesAsync results with limited number of attributes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456023#M5606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will agree that&amp;nbsp;the documentation of ArcGISFeature:LoadAsync is lacking and the sample that does exist is not giving any indication of the purpose of the method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, and not to be rude, GeoNet is a forum for community collaboration, not sure what you mean by lack of message board.&amp;nbsp; You received a response to your question within a day and it actually relates back very closely to a previously asked and answered question.&amp;nbsp; So&amp;nbsp;I&amp;nbsp;think this forum served you well and achieved it's purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 16:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456023#M5606</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-09-20T16:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: QueryFeaturesAsync results with limited number of attributes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456024#M5607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not what I was trying to convey.&amp;nbsp; To put it another way... if one doesn't have the experience with Esri 100.x or access to the message boards, this would have been hard to solve on their own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By no means was I intending a slam on the message boards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 19:22:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456024#M5607</guid>
      <dc:creator>CraigStephens1</dc:creator>
      <dc:date>2019-09-20T19:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: QueryFeaturesAsync results with limited number of attributes</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456025#M5608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for misinterpretation,&amp;nbsp;and I agree.&amp;nbsp; I think the same could be said of most any type of development.&amp;nbsp; Without a forum like Stack Overflow I would not have been able to solve a nearly infinite number of problems I had in WPF.&amp;nbsp; Documentation can only go so far, and will in most cases only address the most fundamental use case and leave it to the developer to take it the next step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 20:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/queryfeaturesasync-results-with-limited-number-of/m-p/456025#M5608</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-09-20T20:11:26Z</dc:date>
    </item>
  </channel>
</rss>

