ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / RemoveChild Method
The item to remove

In This Topic
    RemoveChild Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also