漏洞
| 漏洞 ID 编号 | BUG-000179642 |
|---|---|
| 已提交 | September 22, 2025 |
| 上次修改时间 | December 10, 2025 |
| 适用范围 | ArcGIS Pro SDK for .NET |
| 找到的版本 | 3.5 |
| 操作系统 | Windows OS |
| 操作系统版本 | 11.0 64 bit |
| 修正版本 | 3.7 |
| 状态 | 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: BUG-000179642
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序