Sets or returns whether the attribute mode is Constant (True) or not (False). A constant attribute is one that maintains the same value in every occurrence. An attribute may exist as one of four optional modes: constant, preset, invisible, or verify.
Syntax
BooleanVariable = object.Constant
object.Constant = <Boolean>
Where:
BooleanVariable specifies whether the attribute mode is constant (True) or not (False).
object is the Attribute or AttributeDef object.
Examples ...