Invisible Property |
Specifies whether the attribute or attribute reference is invisible.
Signature
object.Invisible
object
Attribute, AttributeReference
The object or objects this property applies to.
Invisible
Boolean; read-write
TRUE: The attribute is an invisible attribute.
FALSE: The attribute is not an invisible attribute.
Remarks
An invisible attribute will not be displayed or plotted.
An attribute can exist as only one of four optional modes: constant, preset, invisible, or verify. The AFLAGS system variable stores the current mode settings. You can query the current mode using the Mode property.
Comments? |