workflow mutli point option
I would like users to put multiple points on the screen before submitting them to the geoprocessing task. I don't see a multipoint option in the DisplayCaptureGeometry activity.
I have tried just choosing "Point" in this menu, and making my result a variable = ESRI.ArcGIS.Client.Geometry.MultiPoint, but I get that Invalid L-value expression warning/error.
I have also tried using the Capture Geometry activity, and choosing the Geocortex.Workflow.Activities.GeometryCaptureType.MultiPoint as the geometry type. This doesn't help since there is no menu associated with this for the user to hit ok, and the workflow just goes on to the next step after one point is added.
Ideas?
thanks,
ryan
-
just fyi...
My solution was to have a Switch activity in my workflow, so the user could continue one point at a time if desired. Each time a point was added, the xy string from the point was added to th AddCollection activity. That string was passed into my script.
0 -
Ryan - Would you mind sharing that workflow?
Thanks!
-Shana0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare