kdms_undefine_attribute - undefine a defined attribute
LIBRARY CALL
int kdms_undefine_attribute(
char *association,
char *attribute)
INPUT
association - string indicating the scope of the
attribute. The same association
that was used to define the attribute
must be used here.
attribute - attribute string identifier
OUTPUT
none
RETURN VALUE
TRUE on success, FALSE otherwise
DESCRIPTION
This function will remove an attribute definition
from the definition list. The attribute definition
corresponding to the given association and attribute
name will be removed. This has no effect on any
attribute which may have already been instantiated
on an object. This function can be used to undefine
both generic and quasi attributes.