yucad3d

CadGetNextTStyle

Returns the text style following the given one during enumeration.

YuHandle CadGetNextTStyle ( YuHandle hDwg, YuHandle hStyle );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hStyle (YuHandle)
Handle to the style.

Return Value

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

See Also