AnnCreateItem method (Annotation Control)
Builder Syntax |
int AnnCreateItem(HANNOBJECT hContainer, int nType, bool bVisible, HANNOBJECT &hObject); |
Delphi Syntax |
Function AnnCreateItem(hContainer: HANNOBJECT; nType: L_INT; bVisible: Boolean; var hObject: HANNOBJECT): L_INT; |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medical only) Creates an annotation object in a container.
You must use the AnnSet... methods to initialize the object after it is created.
See Also