当前位置: 代码迷 >> GIS >> vb.net+mapx中小弟我添加图元进selection集合后,图中该图元没变化
  详细解决方案

vb.net+mapx中小弟我添加图元进selection集合后,图中该图元没变化

热度:221   发布时间:2016-05-05 06:39:09.0
vb.net+mapx中我添加图元进selection集合后,图中该图元没变化
frmMain.Map.ExportSelection = True
oLayer.Selection.SelectByPoint(m_feature.CenterX, m_feature.CenterY, MapXLib.SelectionTypeConstants.miSelectionAppend, MapXLib.SearchResultTypeConstants.miSearchResultDefault)
m_feature为我选中的图元,我将它添加进selection中
oLayer.Refresh()
请高手解答

------解决方案--------------------
这个已解决,谢谢回答
  相关解决方案