AnnGetObjectFromTag method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

LEADTyp::L_HANDLE AnnGetObjectFromTag(LEADTyp::L_HANDLE hObject, int lTag , bool bSelected);

Delphi Syntax

Function AnnGetObjectFromTag(hObject: L_HANDLE; lTag : longint; bSelected: Boolean): L_HANDLE;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Returns a handle to the object that has the specified tag.

For more information on getting and setting tags, refer to AnnGetTag method and AnnSetTag method.

See Also

Elements:

AnnGetTag method, AnnSetTag method

Topics:

Annotations (Document/Medical only): Object Manipulation