LAYOUTINFO

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

The LAYOUTINFO structure describes the layout name.

Member

Description

uStructSize

Size of this structure. Use sizeof (LAYOUTINFO).

szName

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C API Help