This method loads an XML string, which defines the map list to be added to the Navigation Map window and its parameters. The maps are added to the window based on the information specified in the XML file. The method overwrites the current navigation map settings. See:“Adding a Navigation Map to the Navigation Map Window” in the TerraExplorer User Manual for more information. For a description of the XML standard, see “Add Maps to the Navigation Window.”
JavaScript |
|
LoadXML( bstrXML) |
C# |
|
void LoadXML( string bstrXML) |
C++ |
|
HRESULT LoadXML( BSTR bstrXML) |
Parameters
bstrXML
An XML string; see method description.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.