<?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: GeometryEditor higher fidelity updates than Geometry property? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405276#M12596</link>
    <description>&lt;P&gt;200.3 has the new geometry editor which features rubberbanding, so you could use that until you move to .NET 8. There was a few GeometryEditor fixes in 200.4 though.&lt;/P&gt;&lt;P&gt;Also one cool thing about .NET 8 is it allows you to deploy .NET 8 with the app, so you really don't need to require a system-wide rollout, since you can just ship it locally in your app.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 15:54:46 GMT</pubDate>
    <dc:creator>SomeGISGuy</dc:creator>
    <dc:date>2024-04-03T15:54:46Z</dc:date>
    <item>
      <title>GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405264#M12595</link>
      <description>&lt;P&gt;I'm using the GeometryEditor for the interactive portion of a measure tool.&amp;nbsp; As the Geometry property changes, the length of the line (or area of the polygon) is updated for the user.&amp;nbsp; I'm interested in higher fidelity updates that track the sketch rubberbanding as the user moves the mouse... is this possible?&amp;nbsp; I'm sort of stuck at 200.2 as we await our IT group to roll out .NET 8 widely.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;MQ&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6350205010112w914h540r221" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6350205010112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6350205010112w914h540r221');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6350205010112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 15:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405264#M12595</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2024-04-03T15:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405276#M12596</link>
      <description>&lt;P&gt;200.3 has the new geometry editor which features rubberbanding, so you could use that until you move to .NET 8. There was a few GeometryEditor fixes in 200.4 though.&lt;/P&gt;&lt;P&gt;Also one cool thing about .NET 8 is it allows you to deploy .NET 8 with the app, so you really don't need to require a system-wide rollout, since you can just ship it locally in your app.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 15:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405276#M12596</guid>
      <dc:creator>SomeGISGuy</dc:creator>
      <dc:date>2024-04-03T15:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405281#M12597</link>
      <description>&lt;P&gt;Thanks Morten.&amp;nbsp; I was under the impression that 200.3 not only supported .NET 8 but &lt;A href="https://developers.arcgis.com/net/release-notes/release-notes-for-200-3/#net-8-support" target="_self"&gt;required it&lt;/A&gt;.&amp;nbsp; I'll look into the self contained deployment option... our users install/update the app without admin permissions, so that would be a requirement.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 16:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405281#M12597</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2024-04-03T16:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405285#M12598</link>
      <description>&lt;P&gt;Sorry! I got my versions mixed up, because we're deep into finishing 200.4 up right now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You're right. 200.2 included the first version of the new geometry editor, 200.3 required net8. No need to move up in versions to get access to it.&lt;/P&gt;&lt;P&gt;So in that case, I misunderstood your question. Could you clarify what you mean by "higher fidelity" ?&lt;/P&gt;&lt;P&gt;wrt self-contained deployment: No admin required. It's just a larger deployment that you can literally x-copy deploy if you wanted to. (It does mean if there are security updates to .NET 8 you're also responsible for updating the .net8 version embedded in your application)&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 16:05:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405285#M12598</guid>
      <dc:creator>SomeGISGuy</dc:creator>
      <dc:date>2024-04-03T16:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405291#M12599</link>
      <description>&lt;P&gt;The geometry property isn't updated until a vertex is placed.&amp;nbsp; I'm interested in recalculating the length while the user is moving the mouse around and the drawing feedback of the editor is tracking the mouse location.&amp;nbsp; I suppose I could do this with window events like mousemove, but was hoping the geometryeditor supported this natively.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 16:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405291#M12599</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2024-04-03T16:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405294#M12600</link>
      <description>&lt;P&gt;I see. There's no event currently to track the "temporary" state the geometry is in, so you'd have to use the mouse-move event to "append" that extra bit.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 16:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1405294#M12600</guid>
      <dc:creator>SomeGISGuy</dc:creator>
      <dc:date>2024-04-03T16:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1668009#M13788</link>
      <description>&lt;P&gt;Re-visiting this old question:&amp;nbsp; Would the &lt;EM&gt;HoveredElementChanged&lt;/EM&gt; event or &lt;EM&gt;PickedUpElementChanged&amp;nbsp;&lt;/EM&gt;&amp;nbsp;which are new to the the GeometryEditor at 200.8 help with accessing the temporary state of the geometry?&amp;nbsp; Looking for something more native to the maps SDK that would allow for an ArcGIS Pro like measure tool.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 22:59:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1668009#M13788</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2025-11-21T22:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1668012#M13789</link>
      <description>&lt;P&gt;Have you taken a look at the toolkit's measure tool?&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/v.next/src/Toolkit/Toolkit.UI.Controls/MeasureToolbar/MeasureToolbar.cs" target="_blank"&gt;https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/v.next/src/Toolkit/Toolkit.UI.Controls/MeasureToolbar/MeasureToolbar.cs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 23:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1668012#M13789</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-11-21T23:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryEditor higher fidelity updates than Geometry property?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1668017#M13790</link>
      <description>&lt;P&gt;I have and I'm not satisfied with how it would integrate into my existing app from a visual style perspective.&amp;nbsp; Any thoughts on if either of those 2 new events would allow me to get the constantly changing length of a line as the user actively sketches it?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 23:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-higher-fidelity-updates-than/m-p/1668017#M13790</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2025-11-21T23:28:03Z</dc:date>
    </item>
  </channel>
</rss>

