Número de ID do Erro |
BUG-000169303 |
Enviado | July 22, 2024 |
Última Modificação | April 29, 2025 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 3.3.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | Will Not Be Addressed
A equipe de desenvolvimento considerou esse problema ou solicitação e concluiu que não será resolvido. A seção Informações Adicionais do problema pode conter mais explicações.
|
Informações Adicionais
The FeatureSetByName function is called with 'includeGeometry' set to false. This results in a feature with no geometry that cannot be intersected. Previous versions of ArcGIS Pro accidentally returned geometry in this case, but it was a performance hit. The proper behavior has been implemented. Set the value to true to correctly intersect the features.
Solução Provisória
Set the includeGeometry parameter to true.
Etapas para Reproduzir