全部博文(45)
发布时间:2013-05-31 22:10:55
DateTime.Now.ToShortTimeString()DateTime dt = DateTime.Now;dt.ToString();//2005-11-5 13:21:25dt.ToFileTime().ToString();//127756416859912816dt.ToFileTimeUtc().ToString();//127756704859912816dt.ToLocalTime().ToString();//2005-11-5 21:21:25dt.ToLongDateString().ToString();//2005年11月5日dt.ToLo.........【阅读全文】
发布时间: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.........【阅读全文】