Constant Property |
Specifies whether the attribute or attribute reference is constant or not.
Signature
object.Constant
object
Attribute, AttributeReference
The object or objects this property applies to.
Constant
Boolean; read-write for Attribute object, read-only for AttributeReference object
TRUE: The attribute is a constant attribute.
FALSE: The attribute is not a constant attribute.
Remarks
A constant attribute is one that maintains the same value in every occurrence. AutoCAD does not prompt for a value of constant attributes.
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? |