DATASERV (koldgeom) functions
LIBRARY ROUTINE
kgeom_destroy_attribute - destroy an attribute associated with the data object.
LIBRARY CALL
int kgeom_destroy_attribute(
kobject source_object,
char *name)
INPUT
- name - the name of the attribute to destroy.
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
kgeom_destroy_object_attr is part of Geometry Data Services.
The purpose of this routine is to provide the programmer
with a mechanism for deleting attributes that
were previously created with a call to
kgeom_create_object_attr.
The name argument specifies the name of the
attribute to be destroyed. If the specified
attribute does not exist, or cannot be destroyed
(i.e. it makes no sense to destroy the KGEOM_COMPLEX_CONVERT
attribute), then this function will return
FALSE.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DATASERV/include/koldgeom/kgeometry.h
SEE ALSO
koldgeom(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.