[GIS] How to convert existing lines to polygons with Arcobjects, preferably in C#

arcgis-desktoparcmaparcobjects

Does anyone know how to convert existing line geometry to polygons with arcobjects as it works with the geoprocessing tool "feature to polygon"?

Best Answer

The IFeatureConstruct interface has several different methods for doing this.