yucad3d

CadPrnRectPutShow

Sets the show of the named print region.

void CadPrnRectPutShow ( 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.

See Also