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


IIMSGlobeXMLNode.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 > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.Parse Method
ArcGIS Developer Help

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