CadSetCurLinetype
Set current linetype.
std::int32_t CadSetCurLinetype (
YuHandle hDwg,
std::int32_t hLtype
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hLtype (std::int32_t)
- Integer value.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.