CadSetCurLinetypeByID
Set current linetype by i d.
std::int32_t CadSetCurLinetypeByID (
YuHandle hDwg,
std::int32_t Id
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Id (std::int32_t)
- Numeric identifier.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.