Plugin FAQ

From World Wind Wiki

Revision as of 13:49, 18 June 2005 by Mashiharu (Talk | contribs)
Jump to: navigation, search

How do I remote control World Wind

ParentApplication.WorldWindow.GotoLatLonAltitude(50.94299, 6.96291, 10000)

How do I retrieve the current position

ParentApplication.WorldWindow.DrawArgs.WorldCamera.Latitude

How do I detect what directory my plugin was loaded from

The Plugin base class has a property PluginDirectory that contains the path from which the plugin was loaded. This path may be used to find any additional files you may want to load.

this.PluginDirectory
Personal tools