IProximityOperator.ReturnDistance returns an exception when used against a polygon geometry in a multi-threaded ArcObjects application.
上次发布: March 13, 2020ArcObjects SDK
漏洞 ID 编号
BUG-000128948
已提交
February 26, 2020
上次修改时间
June 5, 2024
适用范围
ArcObjects SDK
找到的版本
10.8
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The geometry library methods do not cause the exception.
An ArcObject coclass instance must be created on the thread calling the methods on that instance interfaces. The instance cannot be created on one thread and accessed by another thread.
Serialize an instance into a memory blob in one thread, and de-serialize it from the memory blob on another thread, and then call the methods on the de-serialized coclass.