不具合 ID 番号 |
BUG-000145785 |
送信されました | January 5, 2022 |
最終更新日 | October 7, 2024 |
適用対象 | ArcGIS Pro |
見つかったバージョン | 2.9 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 |
ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
ArcGIS Pro data format readers are strict on file extension. This allows for better performance in knowing a file's format without actually opening and reading the file's contents.
Arcpy.Describe uses the standard 'format reader' functionality to recognize and open files from disk. ArcGIS Pro readers do not recognize .bat as a DGN format, so it returns False for arcpy.Describe.isDGN. Thus, unable to add a DGN with the .bat extension as a layer to ArcGIS Pro for the same reason.
対処法
Use file extension recognized by ArcGIS Pro for DGN files.
再現の手順