Zum Hauptinhalt gehen

Draw line, get coordinates of vertices?

Kommentare

1 Kommentar

  • Amanda Frech
    Hi Jamey,

     

    It is possible to retrieve geometry from the drawing tools with the GetGraphicsLayerContent activity, however a lot can go wrong with this method if your user draws or has previously drawn different geometry than your workflow expects.  If you're going this route, the default name of the drawing layer to use with that activity is "Drawings".

     

    I would recommend instead using the Capture Geometry activity and prompt your user to draw a line.  That way you can be sure that they will only provide the geometry that the workflow needs.  Here's an example of a method to get coordinates this way:

     

    Workflow to get coordinates from a line

     

    Hope that helps!

     

    Amanda
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.