wenjl520

 

刷新图层:
pMap.PartialRefresh(esriViewGeography, pLayer, null);  

刷新所有图层:
pMap.PartialRefresh(esriViewGeography, null, null);  

刷新所选择的对象:
pMap.PartialRefresh(esriViewGeoSelection, null, null);  

刷新标注:
pMap.PartialRefresh(esriViewGraphics, null, null);  

刷新图元
pLayout.PartialRefresh(esriViewGraphics, pElement, null);  

刷新所有图元
pLayout.PartialRefresh(esriViewGraphics, null, null);  

刷新所选择的图元
pLayout.PartialRefresh(esriViewGraphicSelection, null, null);

分类:

技术点:

相关文章:

  • 2021-11-14
  • 2021-11-14
  • 2021-11-14
  • 2022-01-14
  • 2022-12-23
  • 2021-11-14
猜你喜欢
  • 2021-11-14
  • 2021-11-14
  • 2021-11-14
  • 2021-11-14
  • 2021-11-14
  • 2021-11-14
  • 2022-01-14
相关资源
相似解决方案