Object: Attribute Object
Access: Read/Write
Prerequisites: None
Sets or returns the visibility of the attribute value.
Attribute.ValueVisible
None
Boolean. A Boolean value that represents the visibility of the attribute value. A value of True indicates that the attribute value is visible; False indicates that the attribute value is not visible.
' set the visibility of an attribute value
set attr = component.Attributes.Item("Tolerance")
attr.ValueVisible = FALSE