CadSetCurLweight
Set current lineweight.
void CadSetCurLweight (
YuHandle hDwg,
std::int32_t Lw
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Lw (std::int32_t)
- Integer value.
Return Value
None.
Set current lineweight.
CadCreate.None.