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. |
pLAYOUTINFO is a pointer to a LAYOUTINFO structure.
The following functions use a LAYOUTINFO structure:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET