<?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 ArcGIS 10.2.1 - Polygon to Polyline in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-10-2-1-polygon-to-polyline/m-p/722320#M16064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone tell me how to convert a polygon to a polyline in ArcGis 10.2.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andreia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 11:02:45 GMT</pubDate>
    <dc:creator>AndreiaQuintas</dc:creator>
    <dc:date>2014-03-21T11:02:45Z</dc:date>
    <item>
      <title>ArcGIS 10.2.1 - Polygon to Polyline</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-10-2-1-polygon-to-polyline/m-p/722320#M16064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone tell me how to convert a polygon to a polyline in ArcGis 10.2.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andreia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:02:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-10-2-1-polygon-to-polyline/m-p/722320#M16064</guid>
      <dc:creator>AndreiaQuintas</dc:creator>
      <dc:date>2014-03-21T11:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.2.1 - Polygon to Polyline</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-10-2-1-polygon-to-polyline/m-p/722321#M16065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andreia,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I assume you are asking how to do this using the Flex API since this is the forum you have posted in...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var pLine:Polyline = new Polyline(null, map.SpatialReference);
for (var r:int = 0; r &amp;lt; yourPolygon.rings.length; r++){
&amp;nbsp;&amp;nbsp;&amp;nbsp; pLine.addPath(yourPolygon.rings&lt;R&gt;);
}&lt;/R&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/arcgis-10-2-1-polygon-to-polyline/m-p/722321#M16065</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T06:54:02Z</dc:date>
    </item>
  </channel>
</rss>

