DeleteSelected Method (Block Object)

Scope: Schematic editor

Object: Block Object

Prerequisites: None

Deletes all currently selected objects.

Usage

Block.DeleteSelected(ByVal delUnc As Boolean)

Arguments

delUnc

Controls what happens to unselected nets.

  • True - All selected items (including dangling nets) will be deleted.

  • False - All selected items (except dangling nets) will be deleted.