laptop and a wrench

Bug

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

Zuletzt veröffentlicht: April 21, 2023 ArcGIS Pro SDK for .NET
Bug-ID-Nummer BUG-000157359
EingereichtApril 10, 2023
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Pro SDK for .NET
Gefunden in Version3.0
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusAs Designed

Zusätzliche Informationen

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.

Workaround

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.

Schritte zur Reproduzierung

Bug-ID: BUG-000157359

Software:

  • ArcGIS Pro SDK for .NET

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln