刷新图层: pMap.PartialRefresh(esriViewGeography, pLayer, null); 刷新所有图层: pMap.PartialRefresh(esriViewGeography, null, null); 刷新所选择的对象: pMap.PartialRefresh(esriViewGeoSelection, null, null); 刷新标注... Read More
posted @ 2009-01-14 11:05 温景良(Jason) Views(877) Comments(0) Diggs(0)