Hi all,
could you point me any C# examples for merging two line features (share a vertex) to one ?
thanks.
George S.
Hi all,
could you point me any C# examples for merging two line features (share a vertex) to one ?
thanks.
George S.
Last edited by ggshi; 04-19-2012 at 01:29 PM. Reason: typo
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/a...00000228000000
Thank you for the hints.
Bookmarks