ArcGIS Pro 3.7 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 Friend Sub RemoveRangeFromChildren( _
       ByVal items As IEnumerable(Of Item) _
    ) 
    protected internal void RemoveRangeFromChildren( 
       IEnumerable<Item> items
    )

    Parameters

    items
    The items to remove
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also