CadLayerGetNextEntity
Returns the layer entity following the given one during enumeration.
YuHandle CadLayerGetNextEntity (
YuHandle hLayer,
YuHandle hEnt
);
Parameters
- hLayer (YuHandle)
- Handle to the layer.
- hEnt (YuHandle)
- Handle to the entity.
Return Value
The handle of the layer, or 0 when the enumeration is exhausted.