我刚接受gis开发(C#),经理说要我点一个按钮时添加一个图层,看不懂哟,不晓得这个事件怎么写
这是一个列子:
//添加标注
ESRI.ArcGIS.SystemUI.ICommand pCmd = new PAGEElement.PageAddTitle(ucMapOutput.MainPanel);
pCmd.OnCreate(ucMapOutput.PageLayoutControl.Object);
pCmd.OnClick();
ESRI.ArcGIS.SystemUI.ITool pTool = pCmd as ESRI.ArcGIS.SystemUI.ITool;
ucMapOutput.PageLayoutControl.CurrentTool = pTool;
pTool = null;
pCmd = null;
请达人们指点一下我吧,或者提供一些参考资料也行,谢谢各位达人,如果问能解决了再追加分也行