laptop and a wrench

漏洞

The EditOperation.Callback method fails and no row events are received from using the method.

上次发布: April 21, 2023 ArcGIS Pro SDK for .NET
漏洞 ID 编号 BUG-000157359
已提交April 10, 2023
上次修改时间June 5, 2024
适用范围ArcGIS Pro SDK for .NET
找到的版本3.0
操作系统Windows OS
操作系统版本10.0 64 Bit
状态As Designed

附加信息

InsertCursor is in place to quickly add large numbers of rows. Firing events is going to slow down the insertions. Using the CreateRow method is the correct pattern when needing events to fire.

解决办法

Use the Table.CreateRow method instead of InsertCursor. Additionally, use Create Method (EditOperation) instead of the Callback method to work around not getting the RowCreated method event to fire.

重现步骤

漏洞 ID: BUG-000157359

软件:

  • ArcGIS Pro SDK for .NET

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项