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.