Bug
Bug-ID-Nummer | BUG-000168472 |
---|---|
Eingereicht | June 20, 2024 |
Zuletzt geändert | November 11, 2024 |
Gilt für | ArcGIS GIS Server |
Gefunden in Version | 11.3 |
Betriebssystem | Windows Server |
Betriebssystemversion | 2022 |
Status | 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)
Bug-ID: BUG-000168472
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen