CadLayerPutPrintable
Sets the printable of the layer.
void CadLayerPutPrintable (
YuHandle hLayer,
std::int32_t bPrint
);
Parameters
- hLayer (YuHandle)
- Handle to the layer.
- bPrint (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.