Hello
How can I delete a FGDB using vb.net, C# and ArcObjects?
something than i Python takes 2 lines:
# Delete Existing FGDB if arcpy.Exists(fgdb 😞       arcpy.Delete_management(fgdb )
FGDB is a folder in the windows system, so you just need Directory.Delete("c:\abc.gdb"); in C#.
A way of doing that is to run the very geoprocessing tool you show. You access all the geoprocessing tools through the IGeoProcessor Interface. There are many examples on geonet and GIS SE for you to review.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.