Résumé
Determines whether history logging is active.
Discussion
To enable history logging, use the SetLogHistory function.
Syntaxe
GetLogHistory ()
Type de données | Explication |
Boolean | Returns whether geoprocessing logging history is enabled. |
Exemple de code
Disable history logging, if enabled.
import arcpy
if arcpy.GetLogHistory():
arcpy.SetLogHistory(False)
Rubriques connexes
Vous avez un commentaire à formuler concernant cette rubrique ?