|
阅读:1924回复:6
vc#.net+MapObjects2.2 的AxMO21legend.Axlegend 操作求救???
<P>运行时错误‘450’:
错误的参数或无效的属性分配</P> <P>private AxMapObjects2.AxMap axMap1;</P> <P>private AxMO21legend.Axlegend axlegend; ...... LoadLayers(Path);</P> <P>bool flag; flag=true; object map=(object)axMap1; this.axlegend .setMapSource (ref map); this.axlegend .LoadLegend (ref flag); axMap1.Refresh (); ......</P> |
|
|
1楼#
发布于:2004-05-17 02:19
this.axlegend .LoadLegend (ref true);
|
|
|
|
2楼#
发布于:2004-05-17 16:14
<P>this.axlegend .LoadLegend (ref true);</P><P>后还是出现同样的问题???</P><P>怎么回事呀???搞了好久也没解决,郁闷!!!!!!!!!!!</P>
|
|
|
3楼#
发布于:2004-06-01 10:11
我也学习一下
|
|
|
4楼#
发布于:2004-06-02 10:27
呵呵,和我的Mapobjects2.2名字空间不一样,怎么搞得。。。<img src="images/post/smile/dvbbs/em07.gif" />
|
|
|
5楼#
发布于:2004-06-17 17:44
亩
|
|
|
6楼#
发布于:2004-06-17 19:49
学习了,嘿嘿
|
|