ClearHighlight Method (Block Object)

Scope: Schematic editor

Object: Block Object

Prerequisites: None

Marks components as current and clears the highlight.

Note:

This method should not be called until all desired changes have been updated. It will disable all further updates using VD_ALL since there will be no out-of-date components left. Updates using VD_SELECTED can still be made on components that are selected.

Usage

Block.ClearHighlight(ByVal SelectedOnly As VdAllOrSelected)

Arguments

SelectedOnly

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

Description

This method updates the component version date-time-stamp to agree with its symbol. In addition, the out-of-date flag is cleared and the out-of-date highlight removed.