yucad3d

CadShowPropDialog

Modal Properties window (CAD_CMD_ENTPROP / right-click "Properties…") — reuse the PropertiesPanel inside a QDialog, mirroring CadShowLayerDialog.

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