How to implement arcpy in vb.net

779
0
04-30-2012 09:22 AM
USFS_AGOLAdministrator
New Contributor III
Hello all,

I have written the following code, which works great in the python window in ArcGIS:

arcpy.SelectLayerByLocation_management("LBTU_SP","SHARE_A_LINE_SEGMENT_WITH","LBTU_SP","","NEW_SELECTION")

How would I implement this in VB.Net, using visual studion 2008?  It doesn't seem to recognize arcpy.
0 Kudos
0 Replies