Bug
Bug ID Number | BUG-000155519 |
---|---|
Submitted | February 1, 2023 |
Last Modified | June 5, 2024 |
Applies to | ArcObjects SDK |
Version found | 10.8.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | 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);
Bug ID: BUG-000155519
Software:
Get help from ArcGIS experts
Download the Esri Support App