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


IIMSGlobeXMLNode.HighestNode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.HighestNode Property
ArcGIS Developer Help

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