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


IIMSGlobeXMLParser.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 > IIMSGlobeXMLParser Interface > IIMSGlobeXMLParser.HighestNode Property
ArcGIS Developer Help

IIMSGlobeXMLParser.HighestNode Property

The highest node in the tree with the tag.

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

Tag is a parameter of type BSTR result [out, retval]
result is a parameter of type IIMSGlobeXMLNode**

Product Availability

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

See Also

IIMSGlobeXMLParser Interface