Any ideas for load a Autocad drawing ?? Is this task possible ?
One possibility is programming VStudio .NET solution, but I have not see a function for open a Autocad file, only
- OpenArcSDETable
- OpenFromTable
- OpenShapefile
- OpenFileGeodatabase (*)
(*) implied save a Dwg or Dxf in a geodatabase file, it's not direct upload
The Final objective is get the location of an autocad drawing and export its BBOX
Thanks