ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.MakeXmlStr Method

Outputs an xml string representation of the internal node representation.

[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

IIMSGlobeXMLNode Interface