Performing edits in Row Created, Changed, or Deleted event handlers using ArcGIS Pro SDK for .NET crashes ArcGIS Pro.
上次发布: December 26, 2018ArcGIS Pro SDK for .NET
漏洞 ID 编号
BUG-000118914
已提交
December 18, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro SDK for .NET
找到的版本
2.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Editing#row-events
Edit operations cant be nested. In Pro, an edit operation is in progress during the row events so you cant start another one within the event. (inspector.apply internally starts an edit operation) The help topic mentions you have to use the table api to manipulate rows instead.
In the future we will make the current edit operation available during the events so you can perform additional edits as part of the same operation.