This document is archived and information here might be outdated.  Recommended version.


IIMSGlobeXMLNode.ChildByIndex Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode.ChildByIndex Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIMSGlobeXMLNode Interface