When combining multiple polylines through the Union function in Python to create a multipart polyline within ArcGIS Pro, there is no designed order of the parts in the multipart polyline created.
ArcGIS Pro
漏洞 ID 编号
BUG-000175195
已提交
March 20, 2025
上次修改时间
April 20, 2025
适用范围
ArcGIS Pro
找到的版本
3.4.2
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The union of two geometries is a single geometry corresponding to the combination of both geometries, where anything within either of the original geometries is also part of the unioned geometry, but anything common to both geometries only exists once in the unioned geometry. The order of the input geometries to be unioned has no effect on the output.