yucad3d

CadDestroy

Destroys the drawing and releases every entity, window and resource belonging to it.

YuHandle CadDestroy ( YuHandle hDwg );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.

Return Value

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

See Also