NAME

MdelAttribute - delete attribute from map

SYNOPSIS

#include "csf.h"

CSF_ATTR_ID MdelAttribute
(
	MAP *m,
	CSF_ATTR_ID id
);

PARAMETERS

MAP *m
map handle
CSF_ATTR_ID id
identification of attribute

Possible values for a

CSF_ATTR_ID
are as follows:

DESCRIPTION

MdelAttribute deletes an attribute from a map, if the attribute is available.

RETURNS

the id argument if the attribute is succesfully deleted, or 0 in case of error or if the attribute is not found.

Possible values for a

CSF_ATTR_ID
are as follows:

MERRNO

NOACCESS WRITE_ERROR