.NET specific: When using ISpatialJoin::JoinNearest or JoinAggregate in .NET, the spatial join operation opens a dialog box and the dialog box causes ArcMap to hang.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM003276
已提交
July 7, 2006
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.1
编程语言
VB.Net
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
For 9.1 sp1. In <a href="http://VB.NET" target="_blank">VB.NET</a>, if you add the following line your code, then the Dialog Box seems to "wonder off". pSpatialJoin.ShowProcess(False) = -1 C#: .ShowProcess(False) = -1