<?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 Construct Polygon based on Polylines in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273474#M7003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to contruct polygons based on polylines similar to "Feature To Polygon". Is there anyway to do this in memory? I really do not want to create a feature class and then run geoprocessing Feature to Polygon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also it is possible that I may have polylines that are dangles and I do not acutally want to be used in the creation of the polygon. Is there an easy way to identify these Polylines and remove them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jun 2010 16:14:17 GMT</pubDate>
    <dc:creator>PeterPowell</dc:creator>
    <dc:date>2010-06-28T16:14:17Z</dc:date>
    <item>
      <title>Construct Polygon based on Polylines</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273474#M7003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to contruct polygons based on polylines similar to "Feature To Polygon". Is there anyway to do this in memory? I really do not want to create a feature class and then run geoprocessing Feature to Polygon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also it is possible that I may have polylines that are dangles and I do not acutally want to be used in the creation of the polygon. Is there an easy way to identify these Polylines and remove them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 16:14:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273474#M7003</guid>
      <dc:creator>PeterPowell</dc:creator>
      <dc:date>2010-06-28T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Construct Polygon based on Polylines</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273475#M7004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might try an in-memory featureclass&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//001m0000002q000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//001m0000002q000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that doesn't play nicely with the geoprocessor, maybe try it with the IFeatureConstruction interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/ConstructPolygonsFromFeatures_Method/0025000002v6000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/ConstructPolygonsFromFeatures_Method/0025000002v6000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 16:55:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273475#M7004</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2010-06-28T16:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Construct Polygon based on Polylines</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273476#M7005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the suggestion. Is it possible to use in memory featureclasses as an input to geoprocessor?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting the following error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Failed to execute. Parameters are not valid.\nERROR 000840: The value is not a Feature Class.\nFailed to execute (FeatureToPolygon).\n" Error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 19:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273476#M7005</guid>
      <dc:creator>PeterPowell</dc:creator>
      <dc:date>2010-06-28T19:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Construct Polygon based on Polylines</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273477#M7006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;have you tried running the tool from python with in_memory as part of the path?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002w0000005s000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002w0000005s000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 19:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/construct-polygon-based-on-polylines/m-p/273477#M7006</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2010-06-28T19:53:56Z</dc:date>
    </item>
  </channel>
</rss>

