CadAddPage
Creates a new page (layout) and returns its handle.
YuHandle CadAddPage (
YuHandle hDwg,
const char* szName
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - szName (const char*)
- NUL-terminated UTF-8 string.
Return Value
The handle of the newly created page (layout), or 0 on failure.