I am developing the extension on ArcMap for custom mapping solution.I have the requirement for splitting the polygon on ArcMap using VB.NET or C#. The algorithm is something like below-
Given as line on the polygon, the split operation should cut the polygon using offset line and area technique. I have prepared image below which may illustrate the scenario.
Does anyone has clue or snippet which does the same?
Thanks!