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)
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.