CadGetNextMlineStyle
Returns the multiline style following the given one during enumeration.
YuHandle CadGetNextMlineStyle (
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 multiline style, or 0 when the enumeration is exhausted.