ArcGIS Pro 2.6 API Reference Guide
RemoveChild Method

ArcGIS.Desktop.Core Namespace > Item Class : RemoveChild Method
The item to remove
Remove the specified item from the item's child collection
Syntax
protected internal bool RemoveChild( 
   Item item
)
Protected Friend Function RemoveChild( _
   ByVal item As Item _
) As Boolean

Parameters

item
The item to remove

Return Value

True if the item is removed
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Item Class
Item Members