yucad3d

CadDeleteLinetype

Deletes the linetype.

std::int32_t CadDeleteLinetype ( 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

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also