IActiveView接口定义了Map对象的数据显示功能。使用该接口可以改变视图的范围,刷新视图。
IActiveView的PartialRefresh(esriViewGeography, pLayer, null)用于刷新指定图层:
IActiveView的PartialRefresh(esriViewGeography, null, null) 用于刷新刷新所有图层:
IActiveView的PartialRefresh(esriViewGeoSelection, null, null) 用于刷新所选择的对象:
IActiveView的PartialRefresh(esriViewGraphics, null, null) 用于刷新图形元素:
IActiveView的PartialRefresh(esriViewGraphics, pElement, null) 用于刷新指定图形元素
IActiveView的PartialRefresh(esriViewGraphics, null, null) 用于刷新所有图形元素
IActiveView的PartialRefresh(esriViewGraphicSelection, null, null)用于刷新所选择的图元。
本文深入探讨了地图应用中IActiveView接口的功能,包括如何通过PartialRefresh方法来实现地图数据的局部刷新与视图范围的调整,旨在提高地图应用的交互性和响应速度。
327

被折叠的 条评论
为什么被折叠?



