Número de ID del error |
BUG-000169303 |
Enviado | July 22, 2024 |
Última modificación | April 29, 2025 |
Relacionado con | ArcGIS Pro |
Versión encontrada | 3.3.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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.
Solución alternativa
Set the includeGeometry parameter to true.
Pasos para reproducir