CadDeletePage
Deletes the page (layout).
std::int32_t CadDeletePage (
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.