LAYOUTINFO

Summary

The LAYOUTINFO structure describes the layout name.

Syntax

typedef struct_LAYOUTINFO 
{ 
   L_UINT uStructSize; 
   L_TCHAR szLayoutName[ACAD_MAX_STRING]; 
} LAYOUTINFO, *pLAYOUTINFO; 

Members

L_UINT uStructSize

Size of this structure. Use sizeof (LAYOUTINFO).

L_TCHAR szLayoutName

Null-terminated characters string that contains the layout name.

Comments

pLAYOUTINFO is a pointer to a LAYOUTINFO structure.

The following functions use a LAYOUTINFO structure:

L_VecLoadLayout

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

LEADTOOLS Vector C API Help

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