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


IIMSGlobeXMLParser.Parse Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLParser Interface > IIMSGlobeXMLParser.Parse Method
ArcGIS Developer Help

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