yucad3d

CadDeleteBlock

Deletes the block definition.

std::int32_t CadDeleteBlock ( 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.

See Also