CadGetNextLinetype
Returns the linetype following the given one during enumeration.
std::int32_t CadGetNextLinetype (
YuHandle hDwg,
std::int32_t hLtype
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hLtype (std::int32_t)
- Integer value.
Return Value
The handle of the linetype, or 0 when the enumeration is exhausted.