Click or drag to resize

IAttrDef Methods

The IAttrDef type exposes the following members.

Methods
  NameDescription
Public methodChangeAttrType
Changes the attribute type. We can only change to attribute types with the same value type.
Public methodDestroy
Deletes the attribute definition.
Public methodGetAttrType
Retrieves the associated attribute type. The attribute type cannot be changed during the lifetime of an attribute definition.
Public methodGetObjType
Retrieves the containing object type.
Public methodMoveToObjType
Moves the attribute definition to a different object type. The object instances keep their attribute values if their object type still contains the attribute definition after this action.
Top
See Also