private void ULZoomPan()
{ ESRI.ArcGIS.SystemUI.ICommand com = new ControlsGlobeFixedZoomOutCommand(); com.OnCreate(this._GlobeControl.Object); this._GlobeControl.CurrentTool = com as ESRI.ArcGIS.SystemUI.ITool;ESRI.ArcGIS.SystemUI.ICommand com2d = new ControlsMapZoomPanTool();
com2d.OnCreate(this._MapControl.Object); this._MapControl.CurrentTool = com2d as ESRI.ArcGIS.SystemUI.ITool; }前三行为三维 后三行为二维
WPF、AE技术交流群:94234450 群链接: