不具合
不具合 ID 番号 | BUG-000155519 |
---|---|
送信されました | February 1, 2023 |
最終更新日 | June 5, 2024 |
適用対象 | ArcObjects SDK |
見つかったバージョン | 10.8.1 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 64 Bit |
ステータス | Non-Reproducible |
Within the UpdateFeatureClass method, the updated row 'updateR' is not being managed correctly, but can be corrected with the following two ReleaseComObject calls:
if (!isPlotShapeSuccess)
{
if (updateR != null) Marshal.ReleaseComObject(updateR);
return false;
}
//try to update all changes at once with all the updated info.
update.UpdateRow(updateR);
if (updateR != null) Marshal.ReleaseComObject(updateR);
不具合 ID: BUG-000155519
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード