LAnnotation::SetHandle

#include "ltwrappr.h"

L_INT LAnnotation::SetHandle(hAnnObject)

Sets the handle of the class objects associated annotation object.

Parameters

HANNOBJECT hAnnObject

Handle to the container.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Example

L_INT LAnnotation_SetHandleExample(HANNOBJECT hAnnObject) 
{ 
   L_INT nRet; 
   LAnnotation    MyAnn ; 
 
   nRet = MyAnn.SetHandle(hAnnObject) ; 
 
   return nRet; 
 
   //... 
 
} 
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.