<?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: Merge Selected Features in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487578#M13151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could look at IConstructMerge and the Shape property of IFeature.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/0001000001mp000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/0001000001mp000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2011 13:50:28 GMT</pubDate>
    <dc:creator>LeoDonahue</dc:creator>
    <dc:date>2011-06-07T13:50:28Z</dc:date>
    <item>
      <title>Merge Selected Features</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487575#M13148</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'm writing a application in C#; i can select features from the map (one layer loaded). but i don't know merging it into a same layer as i perform on ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read about IEngineEdit, but&amp;nbsp; i don't know how to use this interface properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, i saw the "CutPolygonsWithoutSelection" sample, but i don't find how to associate the merge function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope some guidance with this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your attention.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(PS: i'm from colombia and i'm still learning english,I apologize for any error in writing )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 22:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487575#M13148</guid>
      <dc:creator>eddixoncastillo</dc:creator>
      <dc:date>2011-06-03T22:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Selected Features</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487576#M13149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The keyword you wanted was "union".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/00010000009t000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/00010000009t000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 02:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487576#M13149</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2011-06-05T02:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Selected Features</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487577#M13150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Union&amp;nbsp; create a new feature but not replacing it the original features&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 12:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487577#M13150</guid>
      <dc:creator>eddixoncastillo</dc:creator>
      <dc:date>2011-06-07T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Selected Features</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487578#M13151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could look at IConstructMerge and the Shape property of IFeature.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/0001000001mp000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/0001000001mp000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 13:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487578#M13151</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2011-06-07T13:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Selected Features</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487579#M13152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;IConstructMerge&amp;nbsp; provide &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"Methods for doing a 3-way merge using two modified versions of a geometry along with the original"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i want with C# implement this (see attachment) ArcMap tool (merge)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 15:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487579#M13152</guid>
      <dc:creator>eddixoncastillo</dc:creator>
      <dc:date>2011-06-07T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Selected Features</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487580#M13153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, maybe my hints are too vague.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You didn't see anything in the API related to IFeature that sets the Shape of a feature to something else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aside from using the Geoprocessing "merge" tool, how do you think ESRI performs a feature merge behind the scenes using ArcObjects?&amp;nbsp; Just because there is a tool called "merge" doesn't mean there is an API method called "merge".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your last hope: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/0001000002rs000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/0001000002rs000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;"Updating Individual Features"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487580#M13153</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2011-06-07T16:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Selected Features</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487581#M13154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;combining union &amp;amp; cursors maybe works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 15:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/merge-selected-features/m-p/487581#M13154</guid>
      <dc:creator>eddixoncastillo</dc:creator>
      <dc:date>2011-06-08T15:07:42Z</dc:date>
    </item>
  </channel>
</rss>

