How to cut Polygon by many polylines

744
3
02-10-2014 12:36 AM
doxuan_cuong
New Contributor
Hi all
I want to cut a polygon by many polylines but i don't know how to do it.
I can cut polygon to 2 parts ( left and right ) using this code
ESRI.ArcGIS.Geometry.ITopologicalOperator4 topologicalOperator4 = polygon as ESRI.ArcGIS.Geometry.ITopologicalOperator4; 
ESRI.ArcGIS.Geometry.IGeometryCollection geometryCollection = topologicalOperator4.Cut2(polyline);

But how to cut by many polylines.
Waitting  for your help.
0 Kudos
3 Replies
doxuan_cuong
New Contributor
I finally find a solution to my problem.
Thanks to all
0 Kudos
JimBarry
Esri Regular Contributor
Moving to ArcObjects forum.
0 Kudos
DuncanHornby
MVP Notable Contributor
What was your solution? It would be good if you share it with the community...

I finally find a solution to my problem.
Thanks to all
0 Kudos