AnnInsert method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short AnnInsert(long hContainer, long hObject, VARIANT_BOOL bStripContainer);

Overview

Refer to Implementing Annotations.

Remarks

Inserts the specified annotation object into the specified container.

If hObject is a single annotation object, set bStripContainer to FALSE. That way the object itself is inserted.

If hObject is a container, setting bStripContainer to TRUE will insert only the objects within the container, not the container itself.

If hObject is a container, setting bStripContainer to FALSE will insert the container and all objects within the container.

See Also

Elements

AnnCreate method, AnnDefine, AnnDestroy method, AnnGetVisible method, AnnSetAutoDefaults method, AnnSetSelected method, AnnSetVisible method

Topics

Annotations (Document/Medical only): Object Manipulation

 

Annotations (Document/Medical only): Creating and Deleting Annotations

 

Displaying and Manipulating Annotation Objects