Bug
| Bug ID Number | BUG-000125587 |
|---|---|
| Submitted | September 26, 2019 |
| Last Modified | February 18, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 2.4.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 |
| Status | As Designed |
The object at index 0 in the result object is the layer to add Use the following code:
temp = arcpy.MakeFeatureLayer_management(r"C:\Temp\GreatLakes\GreatLakes.gdb\GreatLakes", "TestOutput")[0]
p = arcpy.mp.ArcGISProject('current')
m = p.listMaps('Map')[0]
m.addLayer(temp)
Bug ID: BUG-000125587
Software:
Get help from ArcGIS experts
Download the Esri Support App