GetLogHistory

この ArcGIS 2.8 ドキュメントはアーカイブされており、今後更新されません。 コンテンツとリンクが古い場合があります。 最新のドキュメントをご参照ください

サマリー

Determines whether history logging is active.

説明

To enable history logging, use the SetLogHistory function.

構文

GetLogHistory ()
戻り値
データ タイプ説明
Boolean

Returns whether geoprocessing logging history is enabled.

コードのサンプル

GetLogHistory example

Disable history logging, if enabled.

import arcpy
if arcpy.GetLogHistory():
    arcpy.SetLogHistory(False)

関連トピック


このトピックの内容