The neck bones connected to the IName

Posted by Guido in Uncategorized on 31. Jul, 2009 | 0 Comments

With the help of a developer friend in my office I was able to work my way through the ESRI resource page and pieced together enough code to reach my first programming goal:
Public Sub RemoveSpatialIndex()
Dim pGxApp As IGxApplication
Set pGxApp = Application
Dim pGxObject As IGxObject
Set pGxObject = pGxApp.SelectedObject
Dim pName As IName
Set pName = pGxObject.InternalObjectName
If TypeOf pName [...]

Something simple

Posted by Guido in Uncategorized on 30. Jul, 2009 | 0 Comments

I am probably like many GIS Analysts out there and would love some simple changes to be made to the ArcMap / ArcCatalog interface. I spend a lot of time editing, organizing, and desgining data. I run into shortfalls a lot.
So I want to start programming some simple buttons that will allow me to work [...]