CadPutPaintMark
Legacy paint-mark toggle (accepted for Vecad compatibility).
void CadPutPaintMark (
YuHandle hDwg,
std::int32_t bShow
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - bShow (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.