laptop and a wrench

Bogue

The GetGlobalID() method returns a GeodatabaseTopologyException error when trying to retrieve a global ID from dirty areas in a utility network.

ArcGIS Pro SDK for .NET
Numéro d’ID de bogue BUG-000179642
EnvoiSeptember 22, 2025
Dernière modificationDecember 10, 2025
S’applique àArcGIS Pro SDK for .NET
Version trouvée3.5
Système d’exploitationWindows OS
Version du système d’exploitation11.0 64 bit
Version de correction3.7
StatutFixed

Informations supplémentaires

This issue is addressed in ArcGIS Pro 3.7

Solution de contournement

using (TableDefinition tableDefinition = table.GetDefinition()) { string globalIDFieldName = tableDefinition.GetGlobalIDField(); using (RowCursor cursor = table.Search()) { if (cursor.MoveNext()) { // Bug // var gid = cursor.Current.GetGlobalID(); // 

Use the workaround to retrieve the GlobalID by its field name while the fix for the above bug is in progress. var gid = cursor.Current[globalIDFieldName]; Console.WriteLine($"First Dirty Area GlobalID: {gid}"); } else { Console.WriteLine("No dirty areas found."); } } }

Étapes pour reproduire

ID de bogue: BUG-000179642

Logiciel:

  • ArcGIS Pro SDK for .NET

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement