Quantcast
Channel: Forums - ArcObjects SDKs
Viewing all articles
Browse latest Browse all 1374

Code to Transfer into Python!!!

$
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 1374

Trending Articles