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


IIMSGlobeXMLNode.ChildByIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface > IIMSGlobeXMLNode.ChildByIndex Property
ArcGIS Developer Help

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