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


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

IIMSGlobeXMLNode.HighestNode Property

Traverses the tree to find the highest node in the tree that matched the searchString.

[Visual Basic .NET]
Public Function get_HighestNode ( _
    ByVal searchString As String _
) As IIMSGlobeXMLNode
[C#]
public IIMSGlobeXMLNode get_HighestNode (
    string searchString
);
[C++]
HRESULT get_HighestNode(
  BSTR searchString,
  IIMSGlobeXMLNode** node
);
[C++]

Parameters searchString [in] searchString is a parameter of type BSTR node [out, retval]
node is a parameter of type IIMSGlobeXMLNode

Product Availability

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

See Also

IIMSGlobeXMLNode Interface