Search code examples
arcgisarcobjects

create ad enterprise geodatabase with ArcObjects


I am new to ArcObjects programming and i want to create an enterprise Geodatabase. In ArcMap , simply use tools to create a database. how can I do this with ArcObjects? any help is appreciated


Solution

  • The easiest way is to use the geoprocessing framework. Unfortunately, there doesn't seem to be an ArcObjects class for the Create Enterprise Geodatabase tool, so you might need to write a Python script that calls that tool, add the script to a toolbox, and then use the ArcObjects geoprocessing framework to call the script.