DeleteComponents Method
DeleteComponents(ICollection<DesignItem>)
Deletes the specified components from their parent containers. If the deleted components are currently selected, they are deselected before they are deleted.
Declaration
public static void DeleteComponents(ICollection<DesignItem> deleteItems)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<DesignItem> | deleteItems |