CadAddLinetypeF
Creates a new linetype — f and returns its handle.
std::int32_t CadAddLinetypeF (
YuHandle hDwg,
const char* szName,
const char* szFileName
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - szName (const char*)
- NUL-terminated UTF-8 string.
- szFileName (const char*)
- NUL-terminated UTF-8 string.
Return Value
The handle of the newly created linetype, or 0 on failure.