yucad3d

CadShowBlockDialog

Vecad CadShowBlockDialog — modal block manager (BlockListPanel in a QDialog, mirroring CadShowLayerDialog).

std::int32_t CadShowBlockDialog ( YuHandle hDwg, void* hParent );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hParent (void*)
Caller-supplied output pointer.

Return Value

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

See Also