Select to view content in your preferred language

Transfer code to move into Python from ArcObjects!!

374
0
12-12-2012 06:11 AM
MichelleCouden1
Deactivated User
I started my code in ArcObjects because I needed a form, now I need to move to Python when the DrawMap or Cancel button is pushed. I think the code reads as

cboDistrict.AddItem ("Yoakum")

End Sub

Dim pp As Object
Dim x As String
Set pp = CreateObject("esriGeoprocessing.GpDispatch.0")
x = pp.pythonScript

to move into python, but I don't know the code to receive in python. Help!!
Tags (2)
0 Kudos
0 Replies