06-24-2008, 11:48
|
Adnan Ismail

Joined on 07-31-2006
Posts 1,124
|
Re: Unique ID for created annotation objects.
|
 
 
|
|
|
If you are using the DLL API, each annotation object will have a unique handle that is valid for the lifetime of the object. The type of this handle is HANNOBJECT. If you cut and paste an object, for example, that handle could change.
If you are using .NET, each object is unique, and if you want to assign a unique integer number, you can assign your own numbers in the AnnObject.Tag Property.
Adnan Ismail LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|