Loads a fly file or terrain database into TerraExplorer.
HRESULT Load(
[in] BSTR URL)
Parameters:
URL – A full pathname or a URL of a FLY file to be loaded by TerraExplorer. You can also load a local terrain database file by using a full pathname to an MPT file, or a terrain database from TerraGate by following the format: “TerrainDatabse.Type@TerraGateAddress:PortNumber” (e.g., washington-dc.mpt@tgate.skylinesoft.com).
Return Values:
S_OK if the method call succeeded.