#import "C:\Program Files\Skyline\TerraExplorer\TerraExplorerX.dll" no_namespace, named_guids
ITerraExplorer5Ptr pITerraExplorer5;
pITerraExplorer5.CreateInstance(CLSID_TerraExplorer);
IPlane5Ptr pIPlane5;
pIPlane5 = pITerraExplorer5;
pITerraExplorer5->Load("http://www.skylinesoft.com/SkylineGlobe/WebClient/PresentationLayer/WebClient/SkyglobeLB.fly");
pIPlane5->MovePosition(-102,27.5,3700000,10,0,0,0,-75.0,0);
Content