CadAddMlineStyle
Creates a new multiline style and returns its handle.
YuHandle CadAddMlineStyle (
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 handle of the newly created multiline style, or 0 on failure.