yucad3d

CadGetLinetypeByName

Returns the by name of the linetype.

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

The by name.

See Also