Bug ID Number |
BUG-000169303 |
Submitted | July 22, 2024 |
Last Modified | April 29, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.3.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
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.
Workaround
Set the includeGeometry parameter to true.
Steps to Reproduce