yucad3d

CadSetCurLayer

Set current layer.

std::int32_t CadSetCurLayer ( YuHandle hDwg, YuHandle hLayer );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hLayer (YuHandle)
Handle to the layer.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also