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