yucad3d

CadGetPageByName

Returns the by name of the page (layout).

YuHandle CadGetPageByName ( YuHandle hDwg, const char* szName );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
szName (const char*)
NUL-terminated UTF-8 string.

Return Value

The requested handle, or 0 if not found.

See Also