Verify Property |
Specifies if the attribute is set for verification.
Signature
object.Verify
object
Attribute
The object or objects this property applies to.
Verify
Boolean; read-write
TRUE: The attribute is set to verify.
FALSE: The attribute is not set to verify.
Remarks
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. The AFLAGS system variable stores the current mode settings. You can query the current mode using the Mode property.
Comments? |