CadSetCurPageByName
Set current page by name.
YuHandle CadSetCurPageByName (
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
Nonzero (TRUE) on success, 0 (FALSE) on failure.