CadInsBlockGetNextAtt
Returns the block reference (insert) att following the given one during enumeration.
YuHandle CadInsBlockGetNextAtt (
YuHandle hEnt,
YuHandle hAtt
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- hAtt (YuHandle)
- Integer value.
Return Value
The handle of the block reference (insert), or 0 when the enumeration is exhausted.