merge two line features

3074
2
04-19-2012 01:27 PM
GeorgeShi
New Contributor
Hi all,

could you point me any C# examples for merging two line features (share a vertex) to one ?


thanks.

George S.
0 Kudos
2 Replies
WeifengHe
Occasional Contributor II
There are several ways to merge two polyline features.  For example:
ITopologicalOperator::Union
IGeometryCollection::AddGeometry
IPointCollection::AddPointCollection
also see examples at http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//004800000228000000
0 Kudos
GeorgeShi
New Contributor
Thank you for the hints.
0 Kudos