AnnGetUserHandles method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnGetUserHandles(HANNOBJECT hObject)

Delphi Syntax

AnnGetUserHandles (hObject: HANNOBJECT): L_INT

Overview

Refer to Implementing Annotations.

Remarks

Gets information about all existing user-defined annotation handles for the specified annotation object.

The AnnGetUserHandles method updates the AnnUserHandle property with the annotation handle information for all handles associated with the specified annotation object. The AnnUserHandlesCount property is updated with the number of handles retrieved by the AnnGetUserHandles method.

See Also

Elements:

AnnUserHandlesCount property, AnnUserHandle property, AnnCreateItem method, AnnCut method, AnnGetContainer method, AnnGetTopContainer method, AnnInsert method, AnnRemove method

Topics:

Annotations: Object Manipulation

 

Annotations (Document/Medical only): Implementing Automation

 

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

 

Displaying and Manipulating Annotation Objects