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