ArcObjects Library Reference (Catalog)  

IGxObjectContainer.DeleteChild Method

Deletes the specified child object.

[Visual Basic .NET]
Public Sub DeleteChild ( _
    ByVal child As IGxObject _
)
[C#]
public void DeleteChild (
    IGxObject child
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectContainer Interface