yucad3d

CadLayerTreeCreate

Creates the layer-tree dock panel inside a host panel.

void* CadLayerTreeCreate ( YuHandle hDwg, void* hWndParent, std::int32_t x, std::int32_t y, std::int32_t w, std::int32_t h );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hWndParent (void*)
Host window handle (Win32 HWND, passed as an opaque pointer).
x (std::int32_t)
Cursor position in client-area pixels.
y (std::int32_t)
Cursor position in client-area pixels.
w (std::int32_t)
Integer value.
h (std::int32_t)
Integer value.

Return Value

See description.

See Also