Mobile Sketch geometries can be saved to Feature Layer when user has only digitized two coordinates.
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM038228
已提交
September 5, 2008
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
9.3
编程语言
C#
修正版本
9.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
//check coordinate collection countCoordinateCollection cc = new CoordinateCollection(m_geometry.Parts[0]);if (cc.Count > 3){ //your code to update the feature layer...}else{ MessageBox.Show("Need more coordi