This document is archived and information here might be outdated.  Recommended version.


IConstructMerge Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructMerge Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IConstructMerge Interface

Methods for doing a 3-way merge using two modified versions of a geometry along with the original.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 9.3.

Method for constructing the merged geometry from two separate edits of the same original geometry.  Currently implemented for Polylines and Polygons. 

Members

Name Description
Method MergeGeometries Merges the representation from both versions of a geometry that has been modifed

CoClasses that implement IConstructMerge

CoClasses and Classes Description
GeometryEnvironment Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods.

.NET Related Topics

How to merge conflicting geometries during a reconcile