yucad3d

CadShowOptionsDialog

Vecad CadShowOptionsDialog — display / object-snap preferences.

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

Remarks

Opens the real Object-Snap settings dialog (the engine's live preferences).

See Also