CadSelectByPage
Select every model-space entity tagged with this page id (CadEntityPutPageID).
std::int32_t CadSelectByPage (
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.