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