CadGetNextBlock
Returns the block definition following the given one during enumeration.
YuHandle CadGetNextBlock (
YuHandle hDwg,
YuHandle hBlock
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hBlock (YuHandle)
- Handle to the block definition.
Return Value
The handle of the block definition, or 0 when the enumeration is exhausted.