ApplySymbolUpdate Method (Block Object)

Scope: Schematic editor

Object: Block Object

Prerequisites: None

Updates components with changes from their symbols.

Usage

Block.ApplySymbolUpdate(ByVal SelectedOnly As VdAllOrSelected, ByVal Slot As Long)

Arguments

SelectedOnly

Specifies whether to consider all objects of just the selected objects. This is of the form VdAllOrSelected Enum.

Slot

Slot value to use when promoting symbol pin numbers. Use 1 as the value for non-slotted parts.

Description

The method updates the position of symbol pin numbers and the REFDES that were moved after the component was instantiated. The method also corrects the pin number values based on the slot specified in the second parameter.