yucad3d

CadLayerPutLock

Sets the lock of the layer.

void CadLayerPutLock ( YuHandle hLayer, std::int32_t bLock );

Parameters

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

Return Value

None.

See Also