Synthèse
Determines whether geoprocessing operations are written to dataset metadata.
Discussion
To enable the update of dataset metadata, use the SetLogMetadata function.
Syntaxe
GetLogMetadata ()
Type de données | Explication |
Boolean | Returns whether geoprocessing operations are written to dataset metadata. |
Exemple de code
Disable the update of dataset metadata, if enabled.
import arcpy
if arcpy.GetLogMetadata():
arcpy.SetLogMetadata(False)
Vous avez un commentaire à formuler concernant cette rubrique ?