<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Measurement vertex update event not working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060516#M73244</link>
    <description>&lt;P&gt;Ok, this sounds like a snapping scenario. Are you trying to update the vertex coordinates to a specific feature? If so, we are working on this functionality for a future release. It's also worth noting that for very precise measurements, the GeometryEngine would be a good choice.&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2021 17:14:12 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2021-05-21T17:14:12Z</dc:date>
    <item>
      <title>Measurement vertex update event not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1059869#M73205</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I can catch the vertex-add event like this but vertex-update event not working.I can't run the function that i set vertex-update event.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;measurement&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;watch&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'viewModel.state'&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;async&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;state&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;state&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;===&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'ready'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;||&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;state&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;===&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'measuring'&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;measurement.activeWidget.viewModel.tool._draw.activeAction.on('vertex-update',&amp;nbsp;updateGraphic);&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;measurement&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;activeWidget&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;viewModel&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;tool&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;_draw&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;activeAction&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;on&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'vertex-add'&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;addGraphic&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Does anyone know how i can do it?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2021 12:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1059869#M73205</guid>
      <dc:creator>nidaaktan</dc:creator>
      <dc:date>2021-05-20T12:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement vertex update event not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060055#M73225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/481239"&gt;@nidaaktan&lt;/a&gt;, overall, what are you trying to accomplish? I would not recommend using undocumented or private properties as they are not supported and could change anytime.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 17:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060055#M73225</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-05-20T17:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement vertex update event not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060132#M73226</link>
      <description>&lt;P&gt;I try to change vertex according to the coordinates i have created when measurement update is active but m&lt;SPAN&gt;easure widget doesn't have events like 'measure-update'.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can i do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 18:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060132#M73226</guid>
      <dc:creator>nidaaktan</dc:creator>
      <dc:date>2021-05-20T18:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement vertex update event not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060516#M73244</link>
      <description>&lt;P&gt;Ok, this sounds like a snapping scenario. Are you trying to update the vertex coordinates to a specific feature? If so, we are working on this functionality for a future release. It's also worth noting that for very precise measurements, the GeometryEngine would be a good choice.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 17:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060516#M73244</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-05-21T17:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement vertex update event not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060804#M73254</link>
      <description>&lt;P&gt;Yes it is snap scenario, thanks for reply. I'll research how to use the GeometryEngine.&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 18:43:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-vertex-update-event-not-working/m-p/1060804#M73254</guid>
      <dc:creator>nidaaktan</dc:creator>
      <dc:date>2021-05-23T18:43:41Z</dc:date>
    </item>
  </channel>
</rss>

