AnnDeleteTokenTable method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnDeleteTokenTable(BSTR cToken);

Overview

Refer to Annotation Files

Remarks

Deletes a text token from the annotation text token table.

Call this method to delete the token #<cToken> from the text token table.

This method Returns SUCCESS (0) if cToken is successfully deleted, or if cToken was not already in the text token table. This method is used with the text annotation objects that support tokens, namely the following:

image\sqrblit.gif ANN_OBJECT_AUTOMATION

image\sqrblit.gif ANN_OBJECT_BUTTON

image\sqrblit.gif ANN_OBJECT_NOTE

image\sqrblit.gif ANN_OBJECT_PUSHPIN

image\sqrblit.gif ANN_OBJECT_STAMP

image\sqrblit.gif ANN_OBJECT_TEXT

image\sqrblit.gif ANN_OBJECT_TEXTPOINTER

See Also

Elements:

Description property, TokenString property, Token property, TokenType property, AnnInsertTokenTable method, AnnClearTokenTable method, EnableFireEnumerateTextTokenTableEvent property, StopFireEnumerateTextTokenTableEvent property, AnnEnumerateTextToken method, EnumerateTextTokenTable event, OnEnumerateTextTokenTable event

Topics:

Annotations (Document/Medical only): Automation