1

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

kamran ghiasvand
  • 836
  • 2
  • 11
  • 19

1 Answers1

2

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.

Gary Sheppard
  • 4,764
  • 3
  • 25
  • 35