阅读:5302回复:7
怎么实现在PageLayout控件中添加了图例、指北针或比例尺等要素 ,用arcengine实现。各位大侠,怎么实现在PageLayout控件中添加了图例、指北针或比例尺等要素 ,用arcengine实现。给个思路。 小弟先谢谢呢!! |
|
1楼#
发布于:2006-03-20 18:05
|
|
2楼#
发布于:2006-06-15 21:52
不错 谢谢 |
|
3楼#
发布于:2006-07-26 10:55
有没有添加scalebar的代码阿? |
|
4楼#
发布于:2006-08-02 13:57
//根据UID创建Scale Bar ISymbolBackground iSymBackg = new SymbolBackgroundClass(); IColor iClr = iRgb; IElement iElement = iMapSurFrame as IElement; IMapSurround iMapSur = iMapSurFrame.MapSurround; //设置Scale Bar的属性,如分割单位、数字显示的位置、label和label显示位置等 iMapSurFrame.MapSurround = iMapSur; |
|
5楼#
发布于:2006-08-02 13:58
//根据UID创建Scale Bar ISymbolBackground iSymBackg = new SymbolBackgroundClass(); IColor iClr = iRgb; IElement iElement = iMapSurFrame as IElement; IMapSurround iMapSur = iMapSurFrame.MapSurround; //设置Scale Bar的属性,如分割单位、数字显示的位置、label和label显示位置等 iMapSurFrame.MapSurround = iMapSur; |
|
6楼#
发布于:2006-08-02 14:05
//根据UID创建Scale Bar ISymbolBackground iSymBackg = new SymbolBackgroundClass(); IColor iClr = iRgb; IElement iElement = iMapSurFrame as IElement; IMapSurround iMapSur = iMapSurFrame.MapSurround; //设置Scale Bar的属性,如分割单位、数字显示的位置、label和label显示位置等 iMapSurFrame.MapSurround = iMapSur; |
|
7楼#
发布于:2009-08-15 09:17
这些代码帮助里头都有 |
|