Extract attribute to string
I have a QueryTask that gets a single address point based on inputted address information. I then would like to take the ParcelID from that AddressPoint and run a QueryTask to get the parcel with that ParcelID.
How do I get the ParcelID attribute as a string variable to be able to use in the second QueryTask?
Sorry - I am not a programmer and am a bit of a noob.
Paul
0
-
- Import a reference to System.Linq in your workflow to use the .First method
- get a graphic with an Assign activity: featuresetvariable.Features.First
- get parcelID with an second Assign activity: graphicvariable.Attributes("ParcelID").ToString
0 -
Amazing - seems to be working. Very much appreciated Nico!
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare