IDefAttributeArea.ConsiderDefault

Syntax

ConsiderDefault: Boolean;

Description

The ConsiderDefault property determines whether default value will be saved as attribute value on creating a new element.

Comments

The property is relevant, if the IDefAttributeArea.ReadOnly property is set to True.

If the ConsiderDefault property is set to True, then on creating new elements the IDefAttributeArea.AttributeKey attribute value will be default value specified in the IDefAttributeArea.DefaultValue property. If the ConsiderDefault property is set to False, then empty attribute value will be set for new elements.

See also:

IDefAttributeArea