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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.