ArcObjects Library Reference (GeoDatabase)  

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,
  INativeType** ppChild
);
[C++]

Parameters

Index [in]   Index is a parameter of type Long ppChild [out, retval]

  ppChild is a parameter of type INativeType

Product Availability

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

See Also

IComplexNativeType Interface