I know that are always different ways of doing things. I'm currently trying to get the maximum and minimum value of a raster and i'm using GetRasterProperties_management.
Sadly this function is not supported for packaging into Runtime (GPK).
minimum = arcpy.GetRasterProperties_management(resultrasterfilename, "MINIMUM") maximum = arcpy.GetRasterProperties_management(resultrasterfilename, "MAXIMUM")
Does anybody know a way to use another method that achieves the same and can be packaged ?