Bogue
| Numéro d’ID de bogue | BUG-000179642 |
|---|---|
| Envoi | September 22, 2025 |
| Dernière modification | December 10, 2025 |
| S’applique à | ArcGIS Pro SDK for .NET |
| Version trouvée | 3.5 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 11.0 64 bit |
| Version de correction | 3.7 |
| Statut | Fixed |
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."); } } }
ID de bogue: BUG-000179642
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support