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

In This Topic
    RemoveRangeFromChildren Method
    In This Topic
    Remove the collection of items from the item's child collection
    Syntax
    protected internal void RemoveRangeFromChildren( 
       IEnumerable<Item> items
    )
    Protected Friend Sub RemoveRangeFromChildren( _
       ByVal items As IEnumerable(Of Item) _
    ) 

    Parameters

    items
    The items to remove
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also