Skyline中使用AxTE3DWindowEx打开新的一个球体

在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;
       }

  }

}

 

posted @ 2015-05-03 10:30  i Traveling Light  阅读(779)  评论(0编辑  收藏  举报