yucad3d

CadGetNextLayer

Returns the layer following the given one during enumeration.

YuHandle CadGetNextLayer ( YuHandle hDwg, YuHandle hLayer );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hLayer (YuHandle)
Handle to the layer.

Return Value

The handle of the layer, or 0 when the enumeration is exhausted.

See Also