CadSetCurPage
Set current page.
YuHandle CadSetCurPage (
YuHandle hDwg,
YuHandle hPage
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hPage (YuHandle)
- Handle to the page (layout).
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.