This document is archived and information here might be outdated. Recommended version. |
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**