摘要:
调用IPointCollection pc=new PathClass();IGeomeytryCollection gc=new PolylineClass();IPoint p=new PointClass();pc.AddPoint(p,ref missing,ref missing);.....//加点gc.AddGeometry(pc as IGeometry,ref missing,r... 阅读全文
posted @ 2014-04-03 11:21
天之泉
阅读(167)
评论(0)
推荐(0)
摘要:
private static IGeometryCollection MakeMultiPoint(IGeometry geometry,int pointcount){ IGeometryCollection g=new MultipointClass(); if(geometry.GeometryType==esriGeometryType.esriGeometryPolyline){ ICo... 阅读全文
posted @ 2014-04-03 10:07
天之泉
阅读(646)
评论(1)
推荐(0)
浙公网安备 33010602011771号