SE_anno_set_text

Sets the annotation’s text

Usage syntax

LONG SE_anno_set_text (SE_ANNO anno, const CHAR *text);

Parameters
anno The anno handle
text A pointer to a text string
Description

SE_anno_set_text sets the annotation’s text string. The text string length must be less than SE_MAX_ANNO_TEXT_LEN.

Returns

SE_SUCCESS
SE_INVALID_ANNO_OBJECT

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_SDE_NOT_STARTED