Scope: Schematic editor
Object: View Object
Prerequisites: None
Changes the visibility of the target attributes where the attribute name string matches the string SelectString.
View.ModifyVisibility(ByVal SelectString As String, ByVal Visibility As VdVisibilityFlag, ByVal ApplyToSelected As VdAllOrSelected)
String that contains the target attribute name(s).
Indicates the new visibility assigned. This is of the form VdVisibilityFlag Enum.
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.