CadGetFileName
Returns the drawing's current file name.
void CadGetFileName (
YuHandle hDwg,
void* szFileName
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - szFileName (void*)
- NUL-terminated UTF-8 string.
Return Value
None.