GetXML2

This method retrieves an XML string defining a map list that is added to the navigation map window. You can use the XML string for window persistence. For a description of the XML standard, seeAdd Maps to the Navigation Window.”

 

JavaScript

 

GetXML2(

       bstrXML)

 

C#

 

void GetXML2(

       string bstrXML

 

C++

 

HRESULT GetXML2 (

       BSTR* bstrXML)

Return Value

bstrXML

An XML string; see method’s description.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.