IN_DeleteUserAttribute

All Editions image\bltlrgsq_shg.gif  Related Functions  image\bltlrgsq_shg.gif  Example

The IN_DeleteUserAttribute function removes the specified user attribute from a document, page, or layer, or from Imagenation itself.

Syntax

int IN_DeleteUserAttribute( objectID, pAttributeName )

Parameters

Values

Meaning

IN_OBJECT objectID

IN_SYSTEM_OBJECT (-1)
delete the user attribute from the system--all documents

objectID identifier of the document, page, or layer from which to delete the user attribute

CHARPTR pAttributeName

pointer to the name of the attribute to delete, assigned by IN_SetUserAttribute

Release information

Added to Imagenation for Windows in Release 4.00.

Modified in Release 4.5 to support system attributes.

As of Release 5.1, also available in Imagenation for UNIX.

See also

Setting user attributes