Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Transfer code to move into Python from ArcObjects!!

$
0
0
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!!

Viewing all articles
Browse latest Browse all 2485

Trending Articles