Preset Property

Specifies if the attribute is preset.

See Also | Example

Signature

object.Preset

object

Attribute
The object or objects this property applies to.

Preset

Boolean; read-write

TRUE: The attribute is a preset attribute.

FALSE: The attribute is not a preset attribute.

Remarks

A preset attribute sets the attribute to its default, or preset, value when the user inserts 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?