Unfortunately, this is not supported and is documented here: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exporting_a_model/002w00000031000000/The best solution is to call your model tool from a Python script:import arcpyarcpy.ImportToolbox(path to the toolbox contain the model tool)arcpy.ModelToolName(parameters)
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.