This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexNativeType Interface > IComplexNativeType.GetChild Method (ArcObjects .NET 10.5 SDK) |
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