不具合
| 不具合 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 Support アプリのダウンロード