Bug
| Bug-ID-Nummer | BUG-000179642 |
|---|---|
| Eingereicht | September 22, 2025 |
| Zuletzt geändert | December 10, 2025 |
| Gilt für | ArcGIS Pro SDK for .NET |
| Gefunden in Version | 3.5 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 11.0 64 bit |
| Behoben in Version | 3.7 |
| Status | 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."); } } }
Bug-ID: BUG-000179642
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen