yucad3d

CadLayerPutVisible

Sets the visibility of the layer.

void CadLayerPutVisible ( YuHandle hLayer, std::int32_t bVisible );

Parameters

hLayer (YuHandle)
Handle to the layer.
bVisible (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.

Return Value

None.

See Also