Retrieve Geometry from List<EssentialsFeatureSet>
Hi,
I'm using the "GetSelectedFeature" activity to read the currently selected features.
From inside the ForEach feature in SelectedFeatureList I can see that the selected feature contains geometry by outputting the
feature.ToJson to a string variable.
Unfortunately, I don't see any property of the EssentialsFeatureSet to retrieve the geometry from the feature.
Does someone have a solution for this?
thx...Walter
0
-
GetSelectedFeatures returns a collection of EssentialsFeatureSets. Each EssentialsFeatureSet can contain zero or more features, so there is no single geometry in one EssentialsFeatureSet.
You could add a second For Each inside the one you already have, set Type Argument to ESRI.ArcGIS.Client.Graphic and Values to item.EsriFeatureSet.Features.0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar