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.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.