LVectorObject::SetDescription

#include "ltwrappr.h"

L_INT LVectorObject::SetDescription(pszTarget)

L_TCHAR * pszTarget;

/* object description */

Sets the description for an object.

Parameter

Description

pszTarget

Character string that contains the object description. Pass NULL if there is no description.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LVectorObject::GetDescription

Topics:

Vector Images: Modifying Vector Object Characteristics

 

Working with Vector Objects

Example

For an example, refer to LVectorObject::GetDescription