yucad3d

CadGetFirstPage

Returns the first page (layout) for enumeration (see the matching GetNext).

YuHandle CadGetFirstPage ( YuHandle hDwg );

Parameters

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

Return Value

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

See Also