<?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 Clone geometries in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115777#M1302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , Is there any way methods to clone geometries using arcgis runtime v100.1 ? i've checked the API references and i saw it's possible to clone only layers , symbols , maps ,ect but there's no geometries cloning ? for example MapPoint cloning ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2017 10:09:18 GMT</pubDate>
    <dc:creator>ManelKEDDAR</dc:creator>
    <dc:date>2017-08-22T10:09:18Z</dc:date>
    <item>
      <title>Clone geometries</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115777#M1302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , Is there any way methods to clone geometries using arcgis runtime v100.1 ? i've checked the API references and i saw it's possible to clone only layers , symbols , maps ,ect but there's no geometries cloning ? for example MapPoint cloning ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 10:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115777#M1302</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-08-22T10:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Clone geometries</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115778#M1303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geometries are immutable by nature so you if your workflow is to copy the geometry and then doing edits into it, you should use GeometryBuilders such as&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/T_Esri_ArcGISRuntime_Geometry_MapPointBuilder.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference//html/T_Esri_ArcGISRuntime_Geometry_MapPointBuilder.htm"&gt;MapPointBuilder Class&lt;/A&gt;. These behaves similarly to StringBuilder and when you have done with the edits just call &lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_Geometry_GeometryBuilder_1_ToGeometry.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_Geometry_GeometryBuilder_1_ToGeometry.htm"&gt;GeometryBuilder(T).ToGeometry Method&lt;/A&gt;&amp;nbsp;method to get the final geometry out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 10:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115778#M1303</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-08-22T10:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Clone geometries</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115779#M1304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that really helped me&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 15:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115779#M1304</guid>
      <dc:creator>ManelKEDDAR</dc:creator>
      <dc:date>2017-08-22T15:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Clone geometries</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115780#M1305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a couple of ways it can be done. Here's two:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Polygon p = new Polygon(...);&lt;BR /&gt;var p2 = new PolygonBuilder(p).ToGeometry();&lt;BR /&gt;var p3 = new Polygon(p.Parts, p.SpatialReference);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:25:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/clone-geometries/m-p/115780#M1305</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-08-23T18:25:46Z</dc:date>
    </item>
  </channel>
</rss>

