This document is archived and information here might be outdated. Recommended version. |
Adds a child node to the end of the list.
[Visual Basic .NET] Public Sub AddChild ( _ ByVal node As IIMSGlobeXMLNode _ )
[C#] public void AddChild ( IIMSGlobeXMLNode node );
[C++]
HRESULT AddChild(
IIMSGlobeXMLNode* node
);
[C++] Parameters node [in]
node is a parameter of type IIMSGlobeXMLNode*