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