CadPageCopy
Copies a page (layout) from one drawing to another.
std::int32_t CadPageCopy (
YuHandle hSrcDwg,
YuHandle hSrcPage,
YuHandle hDestDwg,
YuHandle hDestPage
);
Parameters
- hSrcDwg (YuHandle)
- Integer value.
- hSrcPage (YuHandle)
- Integer value.
- hDestDwg (YuHandle)
- Integer value.
- hDestPage (YuHandle)
- Integer value.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.