yucad3d

CadSetCurLinetypeByName

Set current linetype by name.

std::int32_t CadSetCurLinetypeByName ( 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

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also