https://github.com/vasnake/regingdb
Scripting ESRI ArcCatalog context menu command 'Register with Geodatabase'. Works with SDE GDB.
https://github.com/vasnake/regingdb
Last synced: about 1 year ago
JSON representation
Scripting ESRI ArcCatalog context menu command 'Register with Geodatabase'. Works with SDE GDB.
- Host: GitHub
- URL: https://github.com/vasnake/regingdb
- Owner: vasnake
- License: gpl-2.0
- Created: 2014-10-06T15:19:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T21:35:39.000Z (almost 12 years ago)
- Last Synced: 2025-01-03T12:12:31.405Z (over 1 year ago)
- Language: Python
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
regingdb
========
Scripting ESRI ArcCatalog context menu command 'Register with Geodatabase'. Works with SDE GDB.
In ArcCatalog we have command ['Register with Geodatabase'](http://webhelp.esri.com/arcgisserver/9.3/dotNet/index.htm#geodatabases/register-82696701.htm) accessible from context menu. Years ago I wrote a console program for using this function in my scripts. Here it is:
* regingdb.sol -- .NET C# program;
* regingdb.py -- Python version of .NET program.
Links
* http://vasnake.blogspot.ru/2010/06/register-with-geodatabase.html
* http://webhelp.esri.com/arcgisserver/9.3/dotNet/index.htm#geodatabases/register-82696701.htm
* http://forums.esri.com/Thread.asp?c=158&f=2291&t=280165#953539