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