yucad3d

CadSnapPutOn

Sets the on of the object snap.

void CadSnapPutOn ( YuHandle hDwg, std::int32_t bOn );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
bOn (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.

Return Value

None.

See Also