ArcObjects Library Reference (Carto)  

IIMSGlobeXMLParser.MakeXmlStr Method

The xml string representing the internal node structure.

[Visual Basic .NET]
Public Function MakeXmlStr ( _
) As String
[C#]
public string MakeXmlStr (
);
[C++]
HRESULT MakeXmlStr(
  BSTR* xmlStr
);
[C++]

Parameters

xmlStr [out, retval]   xmlStr is a parameter of type BSTR

Product Availability

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

See Also

IIMSGlobeXMLParser Interface