CadBlockGetNextPtr
Returns the block definition ptr following the given one during enumeration.
YuHandle CadBlockGetNextPtr (
YuHandle hBlock,
YuHandle hPtr
);
Parameters
- hBlock (YuHandle)
- Handle to the block definition.
- hPtr (YuHandle)
- Integer value.
Return Value
The handle of the block definition, or 0 when the enumeration is exhausted.