This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLParser Interface > IIMSGlobeXMLParser.HighestNode Property (ArcObjects .NET 10.4 SDK) |
The highest node in the tree with the tag.
[Visual Basic .NET] Public Function get_HighestNode ( _ ByVal Tag As String _ ) As IIMSGlobeXMLNode
[C#] public IIMSGlobeXMLNode get_HighestNode ( string Tag );
[C++]
HRESULT get_HighestNode(
BSTR Tag,
IIMSGlobeXMLNode** result
);
[C++]
Parameters Tag [in] Tag is a parameter of type BSTR result [out, retval]
result is a parameter of type IIMSGlobeXMLNode