不具合
不具合 ID 番号 | BUG-000168472 |
---|---|
送信されました | June 20, 2024 |
最終更新日 | November 11, 2024 |
適用対象 | ArcGIS GIS Server |
見つかったバージョン | 11.3 |
オペレーティング システム | Windows Server |
オペレーティング システムのバージョン | 2022 |
ステータス | As Designed |
For script tools, replace the following line in the Python script:
input_feature_set = arcpy.GetParameter(0)
with the following:
try:
input_feature_set = arcpy.FeatureSet(arcpy.GetParameter(0).JSON)
except:
input_feature_set = arcpy.GetParameter(0)
不具合 ID: BUG-000168472
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード