Database.deleteAttribute


deleteAttribute(attr)

Deletes the given attribute/utility The attribute may be specified by name, by ID, or as an object It is an error to call this function if the attribute is assigned (you may wish to call deassignFrom("All") first)

attr attribute The name or ID of a attribute, or a pointer to a Attribute object.
Return valuenone 

Back to Database

Back to Overview