Display z-value from feature? (featureSet to string?)
I'm trying to set up a workflow to display the z-value of a feature (point/line/polygon) when a user clicks on the feature.
I can obtain the z-value of the feature using a Query task with the settings Return Z = True and Return Geometry = True, but how do I show this value to the user?
This is pretty basic, but how to I go from the geometry in a featureSet to a string?
0
-
Just to add to my own question, if I try to add this to an Alert to display to the user:
featureSet1.features(0).geometry().ToString()
I get this: "ESRI.ArcGIS.Client.Geometry.Polyline"
I'd like to extract the coordinates/Z-value.0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar