Erro
Número de ID do Erro | BUG-000155519 |
---|---|
Enviado | February 1, 2023 |
Última Modificação | June 5, 2024 |
Aplica-se à | ArcObjects SDK |
Versão encontrada | 10.8.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 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);
ID do Erro: BUG-000155519
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri