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


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

IIMSGlobeXMLParser.HighestNode Property

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

Product Availability

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

See Also

IIMSGlobeXMLParser Interface