LAnnotation::GetNameOptions

#include "ltwrappr.h"

virtual L_INT LAnnotation::GetNameOptions(pNameOptions, uStructSize)

Gets the name options for the specified annotation object.

Parameters

pANNNAMEOPTIONS pNameOptions

Pointer to an ANNNAMEOPTIONS structure to be updated with the name options.

L_UINT uStructSize

Size in bytes, of the structure pointed to by pNameOptions. Use sizeof(ANNNAMEOPTIONS).

Returns

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

Comments

Use this function to get the name options of any annotation object. To use this function, declare a variable of type ANNNAMEOPTIONS, and pass the address of this variable as the second argument. For more information, refer to the documentation for the structure ANNNAMEOPTIONS.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LAnnotation::SetNameOptions.

Help Version 20.0.2020.4.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help