Skip to main content

With geometry picker of geometry type polyline. How can I ensure the user only enters 2 vertex for the line?

Comments

2 comments

  • Nico Burgerhart

    I think you should check this with a subworkflow in the Validate event of the geometry picker.

    0
  • Jostein Svegården

    Alternatively, you could set your geometry picker to collect points and set maximum allowed geometries to 2, and then create a polyline from the two points

    0

Please sign in to leave a comment.