If I understand correctly, there is no string expression input based way to do this, in 10.1.
>>> import arcpy >>> print arcpy.__path__ ['c:\\Program Files (x86)\\ArcGIS\\Desktop10.1\\arcpy\\arcpy'] >>> print arcpy.gp.SingleOutputMapAlgebra <function <lambda> at 0x1748C3B0> >>> import arcgisscripting >>> gp=arcgisscripting.create() >>> gp=arcgisscripting.create(10.1) >>> print gp.singleoutputmapalgebra <Tool: 'Single Output Map Algebra'>
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.