This document is archived and information here might be outdated.  Recommended version.


IIMSGlobeXMLParser.Parse Method (ArcObjects .NET 10.5 SDK)
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