yucad3d

CadCbPaste

Pastes the clipboard content into the drawing at the given offset and selects the pasted entities.

std::int32_t CadCbPaste ( YuHandle hDwg, void* hWnd, double dx, double dy, double dz );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hWnd (void*)
Host window handle (Win32 HWND, passed as an opaque pointer).
dx (double)
Numeric value (double precision).
dy (double)
Numeric value (double precision).
dz (double)
Numeric value (double precision).

Return Value

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

See Also