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