yucad3d

CadPagePutName

Sets the name of the page (layout).

void CadPagePutName ( YuHandle hPage, const char* szName );

Parameters

hPage (YuHandle)
Handle to the page (layout).
szName (const char*)
NUL-terminated UTF-8 string.

Return Value

None.

See Also