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


IComplexNativeType.GetChild Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexNativeType Interface > IComplexNativeType.GetChild Method
ArcGIS Developer Help

IComplexNativeType.GetChild Method

Returns the nth child.

[Visual Basic .NET]
Public Function GetChild ( _
    ByVal Index As Integer _
) As INativeType
[C#]
public INativeType GetChild (
    int Index
);
[C++]
HRESULT GetChild(
  Long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type int

Product Availability

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

See Also

IComplexNativeType Interface