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


IComplexNativeType.AddChild 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.AddChild Method
ArcGIS Developer Help

IComplexNativeType.AddChild Method

Adds a child.

[Visual Basic .NET]
Public Sub AddChild ( _
    ByVal child As INativeType _
)
[C#]
public void AddChild (
    INativeType child
);
[C++]
HRESULT AddChild(
  INativeType* child
);
[C++]
Parameters
child [in]

child is a parameter of type INativeType*

Product Availability

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

See Also

IComplexNativeType Interface