yucad3d

CadGetNextPage

Returns the page (layout) following the given one during enumeration.

YuHandle CadGetNextPage ( YuHandle hDwg, YuHandle hPage );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hPage (YuHandle)
Handle to the page (layout).

Return Value

The handle of the page (layout), or 0 when the enumeration is exhausted.

See Also