private void glZoomPan() { ESRI.ArcGIS.SystemUI.ICommand com = new ControlsGlobePanTool(); com.OnCreate(this._GlobeControl.Object); this._GlobeControl.CurrentTool = com as ESRI.ArcGIS.SystemUI.ITool; ESRI.ArcGIS.SystemUI.ICommand com2d = new Controls