全部博文(45)
发布时间:2013-05-26 19:33:31
点击(此处)折叠或打开IMap pMap;IActiveView pActiveView;pMap = axMapControl1.Map;pActiveView = pMap as IActiveView;double gap = 0.5;IPointCollection pPCol = new Polygon();IPoint pPoint = null;.........【阅读全文】
发布时间:2013-05-25 20:40:29
点击(此处)折叠或打开if (axMapControl1.LayerCount > 0){ IGeoFeatureLayer pGeoFeatureLayer; ILineLabelPosition pLineLabelPosition; ILabelEngineLayerProperties pLabelEngineLayerPrope.........【阅读全文】