CadPutLwDisplay
Shows or hides lineweight display.
void CadPutLwDisplay (
YuHandle hDwg,
std::int32_t b
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - b (std::int32_t)
- Integer value.
Return Value
None.
Shows or hides lineweight display.
CadCreate.None.