This document is archived and information here might be outdated. Recommended version. |
The reference to the child based on its tag name.
[Visual Basic .NET] Public Function get_ChildByName ( _ ByVal tagName As String _ ) As IIMSGlobeXMLNode
[C#] public IIMSGlobeXMLNode get_ChildByName ( string tagName );
[C++]
HRESULT get_ChildByName(
BSTR tagName,
IIMSGlobeXMLNode** node
);
[C++]
Parameters tagName [in]
tagName is a parameter of type BSTR node [out, retval]
node is a parameter of type IIMSGlobeXMLNode**