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)
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.