CadSetCurBlock
Set current block.
YuHandle CadSetCurBlock (
YuHandle hDwg,
YuHandle hBlock
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hBlock (YuHandle)
- Handle to the block definition.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.