ArcGIS Pro 2.6 API Reference Guide
RemoveRangeFromChildren Method

ArcGIS.Desktop.Core Namespace > Item Class : RemoveRangeFromChildren Method
The items to remove
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 10, Windows 8.1, Windows 7

See Also

Reference

Item Class
Item Members