Sets or returns whether the Attribute or AttributeDef object is set for verification (True) or not (False). An attribute set to verify prompts the user for verification that the attribute value is correct when inserting the block. An attribute may exist as only one of four optional modes: constant, preset, invisible, or verify.
Syntax
BooleanVariable = object.Verify
object.Verify = <Boolean>
Where:
BooleanVariable specifies whether the attribute mode is set for verification.
object is the Attribute or AttributeDef object.
Examples ...