This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.HighestNode Property (ArcObjects .NET 10.4 SDK) |
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