SE_anno_get_text

Retrieves the annotation’s text

Usage syntax

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

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

SE_anno_get_text returns the annotation’s text string. You must supply a text string buffer of at least SE_MAX_ANNO_TEXT_LEN bytes.

Returns

SE_SUCCESS
SE_INVALID_ANNO_OBJECT

SE_INVALID_POINTER

SE_SDE_NOT_STARTED