変換中に発生したエラーまたは警告の詳細は、ArcGISProLog<process ID and GUID>.xml という名前のログ ファイル (ツールが ArcGIS Pro で対話的に実行され、診断ログが有効になっている場合)、または pythonLog<process ID and GUID>.xml という名前のログ ファイル (ツールがスタンドアロンの Python スクリプトで実行され、診断ログが有効である場合) に書き出されます。ここで <process ID and GUID> とは、ツールを実行するたびにログ ファイル名に追加されるプロセス ID および新しい GUID で、たとえば ArcGISProLog-12300~1A9C1C2A-A2CB-41AF-BEB9-1F8CDC4F6D29.xml や pythonLog-2160~807AFBC8-CA35-4370-9F90-4EDB2F9238AE.xml のようになります。 このファイルは、<Install drive>:\Users\<user name>\Documents\ArcGIS\Diagnostics にあります。
オン—The attribute fields of the input feature class will be included in the output feature class. This is the default.
オフ—The attribute fields of the input feature class will not be included in the output feature class. This option will be used automatically if the Export Leaf Shapes parameter is checked.
オン—The output feature class will include new attribute fields to hold reported values for each feature as defined by the rule package report generation logic. A unique attribute is created for each reported value.
オフ—Reports generated in the rule package will be ignored, and no new attributes relating to the reports will be generated. This is the default.
オン—Additional output feature classes will be generated. The attribute fields from the input feature class will not be included in the output feature class. The output feature class will contain a field named OriginalOID that references the ObjectID of the input feature from which the output was generated.
オフ—Additional output feature classes will not be generated, even if additional leaf shapes are defined in the logic of the rule. All of the geometry will be contained within the output multipatch features. This is the default.
INCLUDE_EXISTING_FIELDS—The attribute fields of the input feature class will be included in the output feature class. This is the default.
DROP_EXISTING_FIELDS—The attribute fields of the input feature class will not be included in the output feature class. This option will be used automatically if the the in_leaf_shapes parameter is set to FEATURE_PER_LEAF_SHAPE.
INCLUDE_REPORTS—The output feature class will include new attribute fields to hold reported values for each feature as defined by the rule package report generation logic. A unique attribute is created for each reported value.
EXCLUDE_REPORTS—Reports generated in the rule package will be ignored, and no new attributes relating to the reports will be generated. This is the default.
FEATURE_PER_LEAF_SHAPE—Additional output feature classes will be generated. The attribute fields from the input feature class will not be included in the output feature class. The output feature class will contain a field named OriginalOID that references the ObjectID of the input feature from which the output was generated.
FEATURE_PER_SHAPE—Additional output feature classes will not be generated, even if additional leaf shapes are defined in the logic of the rule. All of the geometry will be contained within the output multipatch features. This is the default.