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