Scope: Schematic editor
Object: Block Object
Prerequisites: None
Marks components as current and clears the highlight.
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.
Block.ClearHighlight(ByVal SelectedOnly As VdAllOrSelected)
Specifies whether to consider all objects or just the selected ones. This is of the form VdAllOrSelected Enum.
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.