ModifyVisibility Method (View Object)

Scope: Schematic editor

Object: View Object

Prerequisites: None

Changes the visibility of the target attributes where the attribute name string matches the string SelectString.

Usage

View.ModifyVisibility(ByVal SelectString As String, ByVal Visibility As VdVisibilityFlag, ByVal ApplyToSelected As VdAllOrSelected)

Arguments

SelectString

String that contains the target attribute name(s).

Visibility

Indicates the new visibility assigned. This is of the form VdVisibilityFlag Enum.

ApplyToSelected

When ApplyToSelected is TRUE, the search is restricted to selected attributes. Otherwise the search is applied to all unattached attributes in the view.

This is of the form VdAllOrSelected Enum.