CadPutLwScale
Sets the lineweight display scale.
void CadPutLwScale (
YuHandle hDwg,
std::int32_t Scale
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Scale (std::int32_t)
- Scale factor.
Return Value
None.
Sets the lineweight display scale.
CadCreate.None.