ArcObjects Library Reference (Carto)  

IIMSGlobeXMLParser.Parse Method

Parses the xml structure from a string.

[Visual Basic .NET]
Public Sub Parse ( _
    ByVal xmlStr As String _
)
[C#]
public void Parse (
    string xmlStr
);
[C++]
HRESULT Parse(
  BSTR xmlStr
);
[C++]

Parameters

xmlStr [in]   xmlStr is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIMSGlobeXMLParser Interface