默认头像
路人甲
路人甲
  • 注册日期2005-03-17
  • 发帖数28
  • QQ
  • 铜币67枚
  • 威望5点
  • 贡献值0点
  • 银元0个
阅读:2396回复:0

标注怎么没了(AE)

楼主#
更多 发布于:2007-07-20 17:35

private void Element()
       {
           IPoint p = new PointClass();
           p.X = 113.934502;
           p.Y = 22.539932;
           p.PutCoords(113.934502, 22.539932);
           IElement ele;
           IMarkerElement markEle = new MarkerElementClass();
           GraphCon = (IGraphicsContainer)mapView.Map;
           IGraphicsContainer GraphCon;
           ele = (IElement)markEle;
           ele.Geometry = p;
           GraphCon.AddElement(ele, 0);
       }

这个点是加上去了,但是周围的一大块原本有的地物点标注变没了.

哪为兄弟姐妹,知道不?,指点下

喜欢0 评分0
默认头像

返回顶部