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


IIMSGlobeXMLParser.Root Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IIMSGlobeXMLParser.Root Property

A reference to the root of the xml structure.

[Visual Basic .NET]
Public Property Root As IIMSGlobeXMLNode
[C#]
public IIMSGlobeXMLNode Root {get; set;}
[C++]
HRESULT get_Root(
  IIMSGlobeXMLNode** Root
);
[C++]
HRESULT putref_Root(
  IIMSGlobeXMLNode* Root
);
[C++]

Parameters Root [out, retval]
Root is a parameter of type IIMSGlobeXMLNode Root [in]
Root is a parameter of type IIMSGlobeXMLNode

Product Availability

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

See Also

IIMSGlobeXMLParser Interface