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


IIMSGlobeXMLNode.Parse Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.Parse Method

Parse the nodes from an input string.

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

Parameters xmlStrOrig [in] xmlStrOrig is a parameter of type BSTR

Product Availability

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

See Also

IIMSGlobeXMLNode Interface