ValueVisible Property (Attribute Object)

Object: Attribute Object

Access: Read/Write

Prerequisites: None

Sets or returns the visibility of the attribute value.

Usage

Attribute.ValueVisible

Arguments

None

Return Values

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.

Examples

' set the visibility of an attribute value
set attr = component.Attributes.Item("Tolerance")
attr.ValueVisible = FALSE