This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLParser Interface > IIMSGlobeXMLParser.Parse Method (ArcObjects .NET 10.5 SDK) |
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