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


IComplexNativeType.GetChild Method (ArcObjects .NET 10.5 SDK)
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** child
);
[C++]

Parameters Index [in] Index is a parameter of type Long child [out, retval]
child is a parameter of type INativeType

Product Availability

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

See Also

IComplexNativeType Interface