This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLParser Interface > IIMSGlobeXMLParser.Root Property (ArcObjects .NET 10.4 SDK) |
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