Skyline中使用AxTE3DWindowEx打开新的一个球体
时间:2015-05-03 11:45:57
收藏:0
阅读:1667
在winform窗体中拖入AxTE3DWindowEx控件。
using system; using system.Collections.Generic; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; using TerraExplorerX; namespace golbeEx{ public partical class SkylineGlobeEx{ public SkylineGlobeEx(){ InitializaComponent(); this.SGWorldEx=(SGWorld65)axTE3DWindowEx1.CreateInstance("TerraExplorerX.SGWorld65"); } public SGWorld65 SGWorldEx{ get; private set; } } }
原文:http://www.cnblogs.com/hyqing/p/4473396.html
评论(0)