|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.ChildByIndex Property (ArcObjects .NET 10.5 SDK) | 
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