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


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

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(
void
);

Product Availability

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

See Also

IIMSGlobeXMLNode Interface