Número de ID do Erro |
BUG-000146598 |
Enviado | February 3, 2022 |
Última Modificação | June 5, 2024 |
Aplica-se à | ArcGIS Pro SDK for .NET |
Versão encontrada | 2.9 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 2022 |
Status | As Designed
Após revisão pela equipe de desenvolvimento, foi determinado que esse comportamento é conforme projetado. Consulte a seção Informações Adicionais para obter detalhes.
|
Informações Adicionais
The construct polygons tool uses tolerance to determine if selected lines create a closed boundary. Visit desktop help for examples. In this case, the lines do not create a closed boundary. The custom map tool, which is the construct polygons tool, is working as expected. It has a large search tolerance for finding lines to try to construct polygons with, which causes multiple failure dialogs for each set it tries. However, the area the bug highlights does not have a polygon created without the enclosing lines being edited to have their endpoints closer than the tolerance, which was set at 0.01 meters.
Solução Provisória
Increase the private double _tolerance to a value that is equal to or greater than the gap between the selected lines that are being used to construct polygons.
Etapas para Reproduzir