Error
| Número de ID del error | BUG-000179642 |
|---|---|
| Enviado | September 22, 2025 |
| Última modificación | December 10, 2025 |
| Relacionado con | ArcGIS Pro SDK for .NET |
| Versión encontrada | 3.5 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 11.0 64 bit |
| Versión corregida | 3.7 |
| Estado | 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 del error: BUG-000179642
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri