<?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 how to create an arcgis polygon in unity, is there any example? in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/how-to-create-an-arcgis-polygon-in-unity-is-there/m-p/1291485#M541</link>
    <description>&lt;P&gt;I couldn't find any example of creating a polygon in Unity, I hope you can help me.&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2023 06:29:34 GMT</pubDate>
    <dc:creator>SidonFutterknecht</dc:creator>
    <dc:date>2023-05-22T06:29:34Z</dc:date>
    <item>
      <title>how to create an arcgis polygon in unity, is there any example?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/how-to-create-an-arcgis-polygon-in-unity-is-there/m-p/1291485#M541</link>
      <description>&lt;P&gt;I couldn't find any example of creating a polygon in Unity, I hope you can help me.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 06:29:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/how-to-create-an-arcgis-polygon-in-unity-is-there/m-p/1291485#M541</guid>
      <dc:creator>SidonFutterknecht</dc:creator>
      <dc:date>2023-05-22T06:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to create an arcgis polygon in unity, is there any example?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/how-to-create-an-arcgis-polygon-in-unity-is-there/m-p/1296815#M545</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There are code snippets that show how to create a polygon for the ArcGIS Maps SDK for Unity available on the developers guide pages (see below). Hopefully this will help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/unity/spatial-and-data-analysis/geometry/#polygon" target="_blank"&gt;https://developers.arcgis.com/unity/spatial-and-data-analysis/geometry/#polygon&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 17:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/how-to-create-an-arcgis-polygon-in-unity-is-there/m-p/1296815#M545</guid>
      <dc:creator>Rachael_Ellen</dc:creator>
      <dc:date>2023-06-07T17:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to create an arcgis polygon in unity, is there any example?</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/how-to-create-an-arcgis-polygon-in-unity-is-there/m-p/1327683#M613</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Code snippets that show how to create a polygon for the ArcGIS Maps SDK for Unity are completely wrong. This code works for creating a polygon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ArcGISPolygonBuilder pb = new ArcGISPolygonBuilder(ArcGISSpatialReference.WGS84());&lt;BR /&gt;pb.AddPoint(x1, y1);&lt;BR /&gt;pb.AddPoint(x2, y2);&lt;BR /&gt;pb.AddPoint(x3, y3);&lt;BR /&gt;pb.AddPoint(x4, y4);&lt;/P&gt;&lt;P&gt;ArcGISPolygon polgon= (ArcGISPolygon)pb.ToGeometry();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 13:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/how-to-create-an-arcgis-polygon-in-unity-is-there/m-p/1327683#M613</guid>
      <dc:creator>mericeen</dc:creator>
      <dc:date>2023-09-12T13:17:40Z</dc:date>
    </item>
  </channel>
</rss>

