This document is archived and information here might be outdated. Recommended version. |
The reference to the child at pos i.
[Visual Basic .NET] Public Function get_ChildByIndex ( _ ByVal i As Integer _ ) As IIMSGlobeXMLNode
[C#] public IIMSGlobeXMLNode get_ChildByIndex ( int i );
[C++]
HRESULT get_ChildByIndex(
long i,
IIMSGlobeXMLNode** node
);
[C++] Parameters i [in]
i is a parameter of type long node [out, retval]
node is a parameter of type IIMSGlobeXMLNode**