Select to view content in your preferred language

Script for clipping

859
1
04-22-2011 09:55 PM
ManishAdawadkar
Occasional Contributor
I am thinking to give the user a drop down menu which contains list of cities and feature classes, then once user selects i would like to match those two and look into the geodatabase and clip it based on two and save it in a new database...is there any head start any one can give me???
Thanks in advance..
0 Kudos
1 Reply
AlexeyTereshenkov
Deactivated User
Hi,

Short-term solving: use VBA. Much quicker, no use for ArcGIS 10.1 which will not support VBA at all.
http://help.arcgis.com/en/sdk/10.0/vba_desktop/conceptualhelp/index.html#//000100000133000000

Long-term solving: use Desktop Add-Ins with an IDE. Time-consuming, yet quite easy to get started with. Lots of functionality features and support throughout the later versions.
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Walkthrough_Building_cu...
0 Kudos