Hey all,
When using https://geo.arnhem.nl/arcgis/rest/services/OpenData/Bomenkaart/MapServer/0/query to query a layer there is an Out Fields option. When using that I can receive 'BEHEERCODE'.
But in the .NET SDK there is no parameter available
https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Data.QueryParameters.html
How can I fetch all attributes from the layer with QueryFeaturesAsync() when I can't use Out Fields?
There's an overload for the Query operation on the ServiceFeatureTable subclass that allows you to specify the outfields: https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Data.ServiceFeatureTable.QueryFeaturesAsync.html#Esri_ArcGISRuntime_Data_ServiceFeatureTable_QueryFeaturesAsync_Esri_ArcGISRuntime_Data_QueryParameters_Esri_ArcGISRuntime_Data_QueryFeatureFields_
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.