yucad3d

CadPutFileName

Sets the drawing's file name (used by subsequent saves).

void CadPutFileName ( YuHandle hDwg, const char* szFileName );

Parameters

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

Return Value

None.

See Also